From: Marcus Brinkmann Date: Wed, 30 Jul 2003 12:56:28 +0000 (+0000) Subject: 2003-07-30 Marcus Brinkmann X-Git-Tag: gpgme-1.2.0@1385~565 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b60ffd52e3a186fef94e451bd0670d8fd1c83680;p=gpgme.git 2003-07-30 Marcus Brinkmann * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1. Released 0.4.2. --- diff --git a/trunk/ChangeLog b/trunk/ChangeLog index af3d0ea..1e096c8 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,9 @@ +2003-07-30 Marcus Brinkmann + + * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1. + + Released 0.4.2. + 2003-07-08 Marcus Brinkmann * configure.ac: Complain if libgpg-error is not found. diff --git a/trunk/NEWS b/trunk/NEWS index a5b6ebd..25f40cf 100644 --- a/trunk/NEWS +++ b/trunk/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 0.4.2 (unreleased) +Noteworthy changes in version 0.4.2 (2003-07-30) ------------------------------------------------ * Allow gpg-error to be in non-standard place when linking the test suite. diff --git a/trunk/configure.ac b/trunk/configure.ac index d5a1300..137353f 100644 --- a/trunk/configure.ac +++ b/trunk/configure.ac @@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.4.2, [bug-gpgme@gnupg.org]) # LIBGPGME_LT_CURRENT=11 LIBGPGME_LT_AGE=0 -LIBGPGME_LT_REVISION=0 +LIBGPGME_LT_REVISION=1 NEED_GPG_VERSION=1.2.2 NEED_GPGSM_VERSION=0.9.0 ##############################################