2004-10-22 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Fri, 22 Oct 2004 18:19:04 +0000 (18:19 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Fri, 22 Oct 2004 18:19:04 +0000 (18:19 +0000)
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 2.
(AC_INIT): Set version to 1.0.1.

ChangeLog
configure.ac

index 9ea316f6befe167692f28b4c7a5609d110928546..403384b3451b65bf929d841e00da5431361b6d8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-10-22  Marcus Brinkmann  <marcus@g10code.de>
 
+       * configure.ac (LIBGPGME_LT_REVISION): Bump up to 2.
+       (AC_INIT): Set version to 1.0.1.
+
        * configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no".
 
 2004-09-30  Marcus Brinkmann  <marcus@g10code.de>
index 8d2f092ff8d48f023be95ce09fa7850ac62b1c69..f15d5b179b5712dca74cac7c2d1dd22c89743faf 100644 (file)
@@ -24,7 +24,7 @@ AC_PREREQ(2.57)
 min_automake_version="1.7.6"
 
 # Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 1.0.0, [bug-gpgme@gnupg.org])
+AC_INIT(gpgme, 1.0.1, [bug-gpgme@gnupg.org])
 # LT Version numbers, remember to change them just *before* a release.
 #   (Code changed:                     REVISION++)
 #   (Interfaces added/removed/changed: CURRENT++, REVISION=0)
@@ -35,7 +35,7 @@ LIBGPGME_LT_CURRENT=14
 # 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=1
+LIBGPGME_LT_REVISION=2
 
 # If the API is changed in an incompatible way: increment the next counter.
 GPGME_CONFIG_API_VERSION=1