aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-10-01 21:31:24 +0000
committerMarcus Brinkmann <[email protected]>2005-10-01 21:31:24 +0000
commit54dbe183ea328113641b3bab1c2ddfd5557d643b (patch)
tree023aae35a8bc7e54e20d5c008d2f4188ccc729a3 /configure.ac
parentUpdate some items. (diff)
downloadgpgme-54dbe183ea328113641b3bab1c2ddfd5557d643b.tar.gz
gpgme-54dbe183ea328113641b3bab1c2ddfd5557d643b.zip
2005-10-01 Marcus Brinkmann <[email protected]>
Released 1.1.0. * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump for release. (LIBGPGME_LT_REVISION): Reset to 0 for release.
Diffstat (limited to '')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 2d8c35b2..547ff457 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,18 +24,18 @@ AC_PREREQ(2.59)
min_automake_version="1.9.3"
# Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 1.1.0-cvs, [[email protected]])
+AC_INIT(gpgme, 1.1.0, [[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
# (Interfaces added: AGE++)
# (Interfaces removed/changed: AGE=0)
#
-LIBGPGME_LT_CURRENT=14
+LIBGPGME_LT_CURRENT=16
# Subtract 2 from this value if you want to make the LFS transition an
# ABI break. [Note to self: Remove this comment with the next regular break.]
-LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=3
+LIBGPGME_LT_AGE=5
+LIBGPGME_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.
GPGME_CONFIG_API_VERSION=1