aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2006-02-22 12:03:33 +0000
committerMarcus Brinkmann <[email protected]>2006-02-22 12:03:33 +0000
commitf89b761f52cef5aa9f9aab377bac3148e95bcb36 (patch)
tree29daebd8af3a4a8ea69653d734b81652f254f323 /configure.ac
parentFix copyright year. (diff)
downloadgpgme-f89b761f52cef5aa9f9aab377bac3148e95bcb36.tar.gz
gpgme-f89b761f52cef5aa9f9aab377bac3148e95bcb36.zip
2006-02-22 Marcus Brinkmann <[email protected]>
Released 1.1.1. * 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 61fef172..1de84b91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac for GPGME
# Copyright (C) 2000 Werner Koch (dd9jn)
-# Copyright (C) 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 g10 Code GmbH
#
# This file is part of GPGME.
#
@@ -37,7 +37,7 @@ min_automake_version="1.9.3"
# the configure script, so that a proper revision number for all files
# is available when running a "make distcheck".
m4_define(my_version, [1.1.1])
-m4_define(my_iscvs, yes)
+#m4_define(my_iscvs, yes)
AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
[$Revision$],[Ra-z $:])]),
@@ -48,10 +48,10 @@ AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit(
# (Interfaces added: AGE++)
# (Interfaces removed/changed: AGE=0)
#
-LIBGPGME_LT_CURRENT=16
+LIBGPGME_LT_CURRENT=17
# 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=5
+LIBGPGME_LT_AGE=7
LIBGPGME_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.