aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b41ddfd..399bcc4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-08 Marcus Brinkmann <[email protected]>
+
+ * configure.ac (LIBGPGME_LT_CURRENT): Increase by one.
+ (LIBGPGME_LT_AGE, LIBGPGME_LT_REVISION): Set to 0.
+
2002-11-28 Marcus Brinkmann <[email protected]>
* NEWS: Add note about moving "gpgmeplug" to the "cryptplug"
diff --git a/configure.ac b/configure.ac
index d65f9cc6..518cf4d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,9 +28,9 @@ AC_INIT(gpgme, 0.4.0, [[email protected]])
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-LIBGPGME_LT_CURRENT=9
-LIBGPGME_LT_AGE=3
-LIBGPGME_LT_REVISION=2
+LIBGPGME_LT_CURRENT=10
+LIBGPGME_LT_AGE=0
+LIBGPGME_LT_REVISION=0
NEED_GPG_VERSION=1.2.0
NEED_GPGSM_VERSION=0.9.0
##############################################