diff options
author | Marcus Brinkmann <[email protected]> | 2003-07-30 12:56:28 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-07-30 12:56:28 +0000 |
commit | b0e0ab96cb809392412334df67fa0b755ad0c567 (patch) | |
tree | 9aadd86199ebac94dc3b2a42305b61d8e3d90bb8 | |
parent | Add item about configure check for gpg and gpgsm warning. (diff) | |
download | gpgme-b0e0ab96cb809392412334df67fa0b755ad0c567.tar.gz gpgme-b0e0ab96cb809392412334df67fa0b755ad0c567.zip |
2003-07-30 Marcus Brinkmann <[email protected]>gpgme-0-4-2
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
Released 0.4.2.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2003-07-30 Marcus Brinkmann <[email protected]> + + * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1. + + Released 0.4.2. + 2003-07-08 Marcus Brinkmann <[email protected]> * configure.ac: Complain if libgpg-error is not found. @@ -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/configure.ac b/configure.ac index d5a13007..137353f4 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_INIT(gpgme, 0.4.2, [[email protected]]) # 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 ############################################## |