Skip to content

Commit

Permalink
Updated the library version info for version 3.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher59701 committed Nov 2, 2016
1 parent 94289d4 commit 1b00014
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dnl increment AGE, set REVISION to 0.
dnl Interfaces removed or changed (BAD, breaks upward compatibility):
dnl ==> Increment CURRENT, set AGE and REVISION to 0.

DAPLIB_CURRENT=23
DAPLIB_AGE=0
DAPLIB_CURRENT=24
DAPLIB_AGE=1
DAPLIB_REVISION=0
AC_SUBST(DAPLIB_CURRENT)
AC_SUBST(DAPLIB_AGE)
Expand All @@ -57,7 +57,7 @@ AC_SUBST(LIBDAP_VERSION)

CLIENTLIB_CURRENT=7
CLIENTLIB_AGE=1
CLIENTLIB_REVISION=4
CLIENTLIB_REVISION=5
AC_SUBST(CLIENTLIB_CURRENT)
AC_SUBST(CLIENTLIB_AGE)
AC_SUBST(CLIENTLIB_REVISION)
Expand All @@ -67,7 +67,7 @@ AC_SUBST(CLIENTLIB_VERSION)

SERVERLIB_CURRENT=13
SERVERLIB_AGE=6
SERVERLIB_REVISION=4
SERVERLIB_REVISION=5
AC_SUBST(SERVERLIB_CURRENT)
AC_SUBST(SERVERLIB_AGE)
AC_SUBST(SERVERLIB_REVISION)
Expand Down

0 comments on commit 1b00014

Please sign in to comment.