aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2001-12-18 23:32:08 +0000
committerMarcus Brinkmann <[email protected]>2001-12-18 23:32:08 +0000
commit98faded2e38b9fb2e58a3164ecd32249e93f4ac3 (patch)
tree4e04bdf38be8555feee580c093ed70d9baf7332d
parent2001-12-18 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-98faded2e38b9fb2e58a3164ecd32249e93f4ac3.tar.gz
gpgme-98faded2e38b9fb2e58a3164ecd32249e93f4ac3.zip
2001-12-18 Marcus Brinkmann <[email protected]>
* autogen.sh (libtool_vers): Bump to 1.4. * configure.ac (LIBGPGME_LT_CURRENT): Increment. (LIBGPGME_LT_AGE): Likewise. Improve comment. Fix wrong comment character.
-rw-r--r--ChangeLog9
-rw-r--r--README2
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac15
-rw-r--r--gpgme/gpgme.h2
5 files changed, 21 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ee15f42..4e57124a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-12-18 Marcus Brinkmann <[email protected]>
+
+ * autogen.sh (libtool_vers): Bump to 1.4.
+
+ * configure.ac (LIBGPGME_LT_CURRENT): Increment.
+ (LIBGPGME_LT_AGE): Likewise.
+ Improve comment.
+ Fix wrong comment character.
+
2001-12-18 Werner Koch <[email protected]>
* acinclude.m4 (GNUPG_FIX_HDR_VERSION): Fixed for new automake.
diff --git a/README b/README
index 55c40f53..efc92d61 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ 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.0.0.
+
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
configure.
diff --git a/autogen.sh b/autogen.sh
index d75874be..d7da76db 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,7 +7,7 @@ lib_config_files=""
autoconf_vers=2.52
automake_vers=1.5
aclocal_vers=1.5
-libtool_vers=1.3
+libtool_vers=1.4
DIE=no
if test "$1" = "--build-w32"; then
diff --git a/configure.ac b/configure.ac
index b597653c..355333a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,18 +26,19 @@ AC_REVISION($Revision$)
AC_CONFIG_SRCDIR(gpgme/gpgme.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gpgme, 0.2.3a)
+AM_INIT_AUTOMAKE(gpgme, 0.3.0)
AM_MAINTAINER_MODE
AC_PROG_CC
# Version numbers (Remember to change them just before a release.)
-# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
-# (Interfaces added: CURRENT++, AGE++, REVISION=0)
-# (No interfaces changed: REVISION++)
+# (Code changed: REVISION++)
+# (Interfaces added/removed/changed: CURRENT++, REVISION=0)
+# (Interfaces added: AGE++)
+# (Interfaces removed: AGE=0)
# XXXX new functions
-LIBGPGME_LT_CURRENT=4
-LIBGPGME_LT_AGE=4
+LIBGPGME_LT_CURRENT=5
+LIBGPGME_LT_AGE=0
LIBGPGME_LT_REVISION=0
NEED_GPG_VERSION=1.0.6
NEED_GPGSM_VERSION=0.0.0
@@ -180,7 +181,7 @@ dnl
dnl Create config files
dnl
-/* FIXME: Only build if supported. */
+dnl FIXME: Only build if supported.
AM_CONDITIONAL(BUILD_ASSUAN, test "$GPGSM" != "no")
AM_CONDITIONAL(BUILD_COMPLUS, test "$component_system" = "COM+")
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index 971b1bdf..1a34adc8 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -44,7 +44,7 @@ extern "C" {
* let autoconf (using the AM_PATH_GPGME macro) check that this
* header matches the installed library.
* Warning: Do not edit the next line. configure will do that for you! */
-#define GPGME_VERSION "0.2.3a"
+#define GPGME_VERSION "0.3.0"