diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 06645fe12d..b38d60e683 100644 --- a/configure.in +++ b/configure.in @@ -35,9 +35,9 @@ AB_INIT # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 20) -AC_SUBST(LT_REVISION, 9) -AC_SUBST(LT_AGE, 7) +AC_SUBST(LT_CURRENT, 21) +AC_SUBST(LT_REVISION, 0) +AC_SUBST(LT_AGE, 8) ac_full=1 # Used when creating the Windows libgnutls-XX.def files. |