diff options
author | Marcus Brinkmann <[email protected]> | 2003-10-06 18:30:54 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-10-06 18:30:54 +0000 |
commit | e702f52860283884c5d1a915edaf9046b2b76352 (patch) | |
tree | 74b48c59bd39c610267ff17aa217a86c6d6cdd47 | |
parent | Add item about sigaction. (diff) | |
download | gpgme-e702f52860283884c5d1a915edaf9046b2b76352.tar.gz gpgme-e702f52860283884c5d1a915edaf9046b2b76352.zip |
2003-10-06 Marcus Brinkmann <[email protected]>
Released 0.4.3.
* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by 1.
(LIBGPGME_LT_REVISION): Set to 0.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 6 |
3 files changed, 12 insertions, 5 deletions
@@ -1,3 +1,10 @@ +2003-10-06 Marcus Brinkmann <[email protected]> + + Released 0.4.3. + + * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by 1. + (LIBGPGME_LT_REVISION): Set to 0. + 2003-09-13 Marcus Brinkmann <[email protected]> * configure.ac: Require libgpg-error 0.5. @@ -1,4 +1,4 @@ -Noteworthy changes in version 0.4.3 (unreleased) +Noteworthy changes in version 0.4.3 (2003-10-06) ------------------------------------------------ * libgpgme should not be used for threaded programs anymore. This @@ -854,7 +854,7 @@ Noteworthy changes in version 0.2.1 (2001-04-02) * Made the W32 support more robust. - Copyright 2001, 2002 g10 Code GmbH + Copyright 2001, 2002, 2003 g10 Code GmbH This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without diff --git a/configure.ac b/configure.ac index bb30f8be..1723afbb 100644 --- a/configure.ac +++ b/configure.ac @@ -28,9 +28,9 @@ AC_INIT(gpgme, 0.4.3, [[email protected]]) # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # -LIBGPGME_LT_CURRENT=11 -LIBGPGME_LT_AGE=0 -LIBGPGME_LT_REVISION=1 +LIBGPGME_LT_CURRENT=12 +LIBGPGME_LT_AGE=1 +LIBGPGME_LT_REVISION=0 NEED_GPG_VERSION=1.2.2 NEED_GPGSM_VERSION=0.9.0 ############################################## |