aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-06-22 12:24:45 +0000
committerMarcus Brinkmann <[email protected]>2003-06-22 12:24:45 +0000
commite390cd4e78d048f7dbb60dd98d0050f5767712ee (patch)
treedfb6fd22e6991df6d6c01374a5f67e798d8b4dcb
parent2003-06-06 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-e390cd4e78d048f7dbb60dd98d0050f5767712ee.tar.gz
gpgme-e390cd4e78d048f7dbb60dd98d0050f5767712ee.zip
2003-06-22 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump version to 0.4.2.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 47297886..088fc13e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-22 Marcus Brinkmann <[email protected]>
+
+ * configure.ac (AC_INIT): Bump version to 0.4.2.
+
2003-06-06 Marcus Brinkmann <[email protected]>
* configure.ac (LIBGPGME_LT_CURRENT): Bump up to 11.
diff --git a/configure.ac b/configure.ac
index a21c7ff6..2bbb6ab2 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.1, [[email protected]])
+AC_INIT(gpgme, 0.4.2, [[email protected]])
# LT Version numbers, remember to change them just *before* a release.
# (Code changed: REVISION++)
# (Interfaces added/removed/changed: CURRENT++, REVISION=0)