Skip to content

Commit

Permalink
bump version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaily committed Feb 11, 2019
1 parent 02bd296 commit cfa67e9
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 @@ -51,9 +51,10 @@ AC_SUBST([PACKAGE_VERSION])
# parasail version 2.1.5: 4:2:1 (ABI version 4) no change
# 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
#
# libparasail -version-info current:revision:age
LTVER="6:0:3"
LTVER="7:0: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 @@ -17,7 +17,7 @@ extern "C" {

/* Version macros for compile-time API version detection */
#define PARASAIL_VERSION_MAJOR 2
#define PARASAIL_VERSION_MINOR 3
#define PARASAIL_VERSION_MINOR 4
#define PARASAIL_VERSION_PATCH 0

#define PARASAIL_MAKE_VERSION(major, minor, patch) \
Expand Down

0 comments on commit cfa67e9

Please sign in to comment.