Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: onox <[email protected]>
  • Loading branch information
onox committed Jun 10, 2021
1 parent 12419f3 commit 482c5da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "inotify"
description = "Ada 2012 library to monitor filesystem events using Linux' inotify API"
version = "1.0.1"
version = "2.0.0"
website = "https://github.com/onox/inotify-ada"
licenses = "Apache-2.0"
tags = ["inotify"]
Expand Down
5 changes: 3 additions & 2 deletions inotify.gpr
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
project Inotify is

for Library_Name use "inotify-ada";
for Library_Version use "1.0.1";
for Library_Version use "2.0.0";

for Create_Missing_Dirs use "True";

for Source_Dirs use ("src");
for Object_Dir use "build/obj";
for Create_Missing_Dirs use "True";
for Library_Dir use "build/lib";

type Library_Type_Type is ("relocatable", "static", "static-pic");
Expand Down

0 comments on commit 482c5da

Please sign in to comment.