2002-12-08 Marcus Brinkmann <marcus@g10code.de>

* configure.ac (LIBGPGME_LT_CURRENT): Increase by one.
	(LIBGPGME_LT_AGE, LIBGPGME_LT_REVISION): Set to 0.
This commit is contained in:
Marcus Brinkmann 2002-12-08 13:54:11 +00:00
parent 0f78cb1e66
commit 76253cd2fa
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-12-08 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (LIBGPGME_LT_CURRENT): Increase by one.
(LIBGPGME_LT_AGE, LIBGPGME_LT_REVISION): Set to 0.
2002-11-28 Marcus Brinkmann <marcus@g10code.de>
* NEWS: Add note about moving "gpgmeplug" to the "cryptplug"

View File

@ -28,9 +28,9 @@ AC_INIT(gpgme, 0.4.0, [bug-gpgme@gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
LIBGPGME_LT_CURRENT=9
LIBGPGME_LT_AGE=3
LIBGPGME_LT_REVISION=2
LIBGPGME_LT_CURRENT=10
LIBGPGME_LT_AGE=0
LIBGPGME_LT_REVISION=0
NEED_GPG_VERSION=1.2.0
NEED_GPGSM_VERSION=0.9.0
##############################################