2004-09-30 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 30 Sep 2004 01:32:17 +0000 (01:32 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 30 Sep 2004 01:32:17 +0000 (01:32 +0000)
Released 1.0.0.

* configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
(AC_INIT): Set version to 1.0.0.

ChangeLog
configure.ac

index ff2974e0835f3ab6d15c2729653063ccd6cae65a..8458c9bb18b9b94213e9ee8738f874661d8f922e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-09-30  Marcus Brinkmann  <marcus@g10code.de>
 
+       Released 1.0.0.
+
+       * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
+       (AC_INIT): Set version to 1.0.0.
+
        * Makefile.am (EXTRA_DIST): Remove README-alpha.
        * README-alpha: Remove file.
 
index 82bfd96cae76a9ec158b5c64aea465fcfcae55f0..53af0950bc384178bc606bf8a1df942483f8aa4c 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, 0.9.1-cvs, [bug-gpgme@gnupg.org])
+AC_INIT(gpgme, 1.0.0, [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=0
+LIBGPGME_LT_REVISION=1
 
 # If the API is changed in an incompatible way: increment the next counter.
 GPGME_CONFIG_API_VERSION=1