aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-12-08 13:54:11 +0000
committerMarcus Brinkmann <[email protected]>2002-12-08 13:54:11 +0000
commit76253cd2fabf7b3cbacf3a9777e9756feb17cf85 (patch)
tree7cb0ad5bd08d2541bc837c8e498b552ec19b43b2
parentFix bugs in last change. (diff)
downloadgpgme-76253cd2fabf7b3cbacf3a9777e9756feb17cf85.tar.gz
gpgme-76253cd2fabf7b3cbacf3a9777e9756feb17cf85.zip
2002-12-08 Marcus Brinkmann <[email protected]>
* configure.ac (LIBGPGME_LT_CURRENT): Increase by one. (LIBGPGME_LT_AGE, LIBGPGME_LT_REVISION): Set to 0.
-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
##############################################