2004-04-29 Marcus Brinkmann <marcus@g10code.de>

Released 0.4.7.

	* configure.ac (LIBGPGME_LT_REVISION): Bump it up.
This commit is contained in:
Marcus Brinkmann 2004-04-29 21:49:11 +00:00
parent 1a47f1ee9f
commit eadf1ffb7d
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-04-29 Marcus Brinkmann <marcus@g10code.de>
Released 0.4.7.
* configure.ac (LIBGPGME_LT_REVISION): Bump it up.
2004-04-02 Thomas Schwinge <schwinge@nic-nac-project.de>
* autogen.sh: Added ACLOCAL_FLAGS.

View 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.4.7-cvs, [bug-gpgme@gnupg.org])
AC_INIT(gpgme, 0.4.7, [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=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
##############################################