Skip to content

Commit

Permalink
Version is now 2.05
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Jun 4, 2024
1 parent 39af2bc commit 13e60af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ ADD_LIBRARY(ithicap SHARED
)

SET_TARGET_PROPERTIES(ithicap PROPERTIES
VERSION 2.04
VERSION 2.05
PUBLIC_HEADER include/ithicap.h)

SET_TARGET_PROPERTIES(ithitools PROPERTIES VERSION 2.04)
SET_TARGET_PROPERTIES(ithitools PROPERTIES VERSION 2.05)

SET(TEST_EXES ithitest)

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define ITHITOOLS_VERSION_H

#define ITHITOOLS_VERSION_MAJOR 2
#define ITHITOOLS_VERSION_MINOR 4
#define ITHITOOLS_VERSION_MINOR 5
#define ITHITOOLS_VERSION ((ITHITOOLS_VERSION_MAJOR*100) + ITHITOOLS_VERSION_MINOR)

#endif /* ITHITOOLS_VERSION_H */

0 comments on commit 13e60af

Please sign in to comment.