aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-07-31 15:57:35 +0000
committerMarcus Brinkmann <[email protected]>2003-07-31 15:57:35 +0000
commit6bb0790d97f07ea383726583e2e7fdc7f6f70845 (patch)
tree9d440d36518aefe59a6aac3f6bc0144a077c68a1
parent2003-07-31 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-6bb0790d97f07ea383726583e2e7fdc7f6f70845.tar.gz
gpgme-6bb0790d97f07ea383726583e2e7fdc7f6f70845.zip
2003-07-31 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump version to 0.4.3.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e096c8c..ba2b2431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-31 Marcus Brinkmann <[email protected]>
+
+ * configure.ac (AC_INIT): Bump version to 0.4.3.
+
2003-07-30 Marcus Brinkmann <[email protected]>
* configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
diff --git a/configure.ac b/configure.ac
index 137353f4..7b70d09d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@
# (Process this file with autoconf to produce a configure script.)
# Version number: Remember to change it immediately *after* a release.
-AC_INIT(gpgme, 0.4.2, [[email protected]])
+AC_INIT(gpgme, 0.4.3, [[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)