Skip to content

Commit

Permalink
Bump the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdadams committed Nov 13, 2016
1 parent 48ba12f commit 1b27876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -16,7 +16,7 @@ dnl ************************************************************
dnl The major, minor, and micro version numbers of the package.
define(AC_JAS_MAJOR_VERSION, 1)
define(AC_JAS_MINOR_VERSION, 900)
define(AC_JAS_MICRO_VERSION, 26)
define(AC_JAS_MICRO_VERSION, 27)

dnl The package version.
define(AC_JAS_VERSION,
Expand All @@ -43,7 +43,7 @@ dnl 4) If any interfaces have been removed since the last public release, then
dnl set AGE to zero.

dnl The most recent interface number that this library implements.
define(AC_JAS_LT_CURRENT, 3)
define(AC_JAS_LT_CURRENT, 4)

dnl The implementation number of the current interface.
define(AC_JAS_LT_REVISION, 0)
Expand Down

0 comments on commit 1b27876

Please sign in to comment.