aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-06-04 12:20:46 +0000
committerMarcus Brinkmann <[email protected]>2002-06-04 12:20:46 +0000
commitfbdf591fcc3754d79b494bde6824e4e9626e0926 (patch)
treea4227cffb33c0f7f0fc5952427d2f0d7ab6f0e55
parentUpdates. (diff)
downloadgpgme-fbdf591fcc3754d79b494bde6824e4e9626e0926.tar.gz
gpgme-fbdf591fcc3754d79b494bde6824e4e9626e0926.zip
2002-06-04 Marcus Brinkmann <[email protected]>gpgme-0-3-7
Released 0.3.7. * configure.ac (AC_INIT): Set version to 0.3.7. (LIBGPGME_LT_REVISION): Add one. * README: Document version requirement correctly.
-rw-r--r--ChangeLog9
-rw-r--r--README2
-rw-r--r--configure.ac4
3 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c515e545..42fa15bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-06-04 Marcus Brinkmann <[email protected]>
+
+ Released 0.3.7.
+
+ * configure.ac (AC_INIT): Set version to 0.3.7.
+ (LIBGPGME_LT_REVISION): Add one.
+
+ * README: Document version requirement correctly.
+
2002-06-02 Marcus Brinkmann <[email protected]>
* acinclude.m4: Fix Pth check so that it doesn't error out if pth
diff --git a/README b/README
index 42405ecc..e633c5fe 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ For support of the CMS (Cryptographic Message Syntax) protocol, you
need the latest CVS version of GpgSM, module name `newpg', at
`:pserver:[email protected]:/cvs/aegypten'.
-You need at least GpgSM 0.3.6.
+You need at least GpgSM 0.3.7.
If configure can't find the `gpgsm' binary in your path, you can
specify the location with the --with-gpgsm=/path/to/gpgsm argument to
diff --git a/configure.ac b/configure.ac
index afdf4c90..009d5a8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,10 +26,10 @@
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-AC_INIT(gpgme, 0.3.7-cvs, [[email protected]])
+AC_INIT(gpgme, 0.3.7, [[email protected]])
LIBGPGME_LT_CURRENT=8
LIBGPGME_LT_AGE=2
-LIBGPGME_LT_REVISION=0
+LIBGPGME_LT_REVISION=1
NEED_GPG_VERSION=1.0.7
NEED_GPGSM_VERSION=0.3.7
##############################################