diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-08-11 14:35:35 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-08-11 14:35:35 +0200 |
commit | 76a2f1a930715f2a70d89db6d7e4f5690a405545 (patch) | |
tree | f83e4757fda6f84328f901219e5f2399bedbdc27 /configure.in | |
parent | 3d5e85faf9d1dbb3cf2d58f9accfc8d2db917016 (diff) | |
download | gnutls-76a2f1a930715f2a70d89db6d7e4f5690a405545.tar.gz |
Set shared library version correctly.
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. |