2003-10-06 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Mon, 6 Oct 2003 18:30:54 +0000 (18:30 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 6 Oct 2003 18:30:54 +0000 (18:30 +0000)
Released 0.4.3.

* configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by 1.
(LIBGPGME_LT_REVISION): Set to 0.

ChangeLog
NEWS
configure.ac

index bd56d181b119c127884b99d4b4c8d5ce9fc07268..d88dc484516ffb5b9a7822e238809bbe87b0c552 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-06  Marcus Brinkmann  <marcus@g10code.de>
+
+       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  <marcus@g10code.de>
 
        * configure.ac: Require libgpg-error 0.5.
diff --git a/NEWS b/NEWS
index 651d37f0556ae00fb88fb22d9a08cf3f8b5af9c1..c1124859413638412a5e557581a48f78ebe6e623 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index bb30f8be1290bd3bac41cbea2707db10c9f9b9c6..1723afbb68be2569a9c80fe9058e859c8375ac35 100644 (file)
@@ -28,9 +28,9 @@ AC_INIT(gpgme, 0.4.3, [bug-gpgme@gnupg.org])
 #   (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
 ##############################################