diff options
author | Marcus Brinkmann <[email protected]> | 2004-09-30 01:32:17 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-09-30 01:32:17 +0000 |
commit | 61006547a93a51a773fa97dd83b7b278b4d51be5 (patch) | |
tree | 4476c58916fa9da502510cfc9b5386b12714466a | |
parent | Update information. (diff) | |
download | gpgme-61006547a93a51a773fa97dd83b7b278b4d51be5.tar.gz gpgme-61006547a93a51a773fa97dd83b7b278b4d51be5.zip |
2004-09-30 Marcus Brinkmann <[email protected]>
Released 1.0.0.
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
(AC_INIT): Set version to 1.0.0.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2004-09-30 Marcus Brinkmann <[email protected]> + 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. diff --git a/configure.ac b/configure.ac index 82bfd96c..53af0950 100644 --- a/configure.ac +++ b/configure.ac @@ -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, [[email protected]]) +AC_INIT(gpgme, 1.0.0, [[email protected]]) # 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 |