Skip to content

Commit

Permalink
bump version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaily committed Apr 8, 2019
1 parent 134d7a3 commit 21869f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ AC_SUBST([PACKAGE_VERSION])
# parasail version 2.2.0: 5:0:2 (ABI version 5) added functions
# parasail version 2.3.0: 6:0:3 (ABI version 6) added functions
# parasail version 2.4.0: 7:0:4 (ABI version 7) added functions
# parasail version 2.4.1: 7:1:4 (ABI version 7)
#
# libparasail -version-info current:revision:age
LTVER="7:0:4"
LTVER="7:1:4"
AC_SUBST([LTVER])

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion parasail.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extern "C" {
/* Version macros for compile-time API version detection */
#define PARASAIL_VERSION_MAJOR 2
#define PARASAIL_VERSION_MINOR 4
#define PARASAIL_VERSION_PATCH 0
#define PARASAIL_VERSION_PATCH 1

#define PARASAIL_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch))
Expand Down

0 comments on commit 21869f9

Please sign in to comment.