aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-04-29 21:49:11 +0000
committerMarcus Brinkmann <[email protected]>2004-04-29 21:49:11 +0000
commiteadf1ffb7da06823e75dd60164dd17fb990cd439 (patch)
tree13a59e7b7c4b0a6e5ad66f437076307719e09aba
parentFinalize for 0.4.7. (diff)
downloadgpgme-eadf1ffb7da06823e75dd60164dd17fb990cd439.tar.gz
gpgme-eadf1ffb7da06823e75dd60164dd17fb990cd439.zip
2004-04-29 Marcus Brinkmann <[email protected]>
Released 0.4.7. * configure.ac (LIBGPGME_LT_REVISION): Bump it up.
Diffstat (limited to '')
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 189cbd01..3478ec3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-04-29 Marcus Brinkmann <[email protected]>
+
+ Released 0.4.7.
+
+ * configure.ac (LIBGPGME_LT_REVISION): Bump it up.
+
2004-04-02 Thomas Schwinge <[email protected]>
* autogen.sh: Added ACLOCAL_FLAGS.
diff --git a/configure.ac b/configure.ac
index bc258e6f..2f887249 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.4.7-cvs, [[email protected]])
+AC_INIT(gpgme, 0.4.7, [[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=13
# 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=2
-LIBGPGME_LT_REVISION=1
+LIBGPGME_LT_REVISION=2
NEED_GPG_VERSION=1.2.2
NEED_GPGSM_VERSION=1.9.6
##############################################