aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-01-12 13:28:36 +0000
committerWerner Koch <[email protected]>2004-01-12 13:28:36 +0000
commit215da10c1c9e29878a130324816cd981e9ab8487 (patch)
tree3b63d98586146922bd2f1c7f435f891d5190dc5f /configure.ac
parentdoc/ (diff)
downloadgpgme-215da10c1c9e29878a130324816cd981e9ab8487.tar.gz
gpgme-215da10c1c9e29878a130324816cd981e9ab8487.zip
About to release 0.4.4:
* configure.ac: Bumbed LT_Revision; now at C12/A1/R1. (NEED_GPGSM_VERSION): Set to 1.9.3. * sign.c: Include util.h for prototype of _gpgme_parse_timestamp. * gpg/t-keylist-sig.c (main): Temporary disabled one test due top gpg 1.3.4 problems. * gpg/t-import.c (check_result): Likewise.
Diffstat (limited to '')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index acc52a3e..864b13d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,9 +30,9 @@ AC_INIT(gpgme, 0.4.4, [[email protected]])
#
LIBGPGME_LT_CURRENT=12
LIBGPGME_LT_AGE=1
-LIBGPGME_LT_REVISION=0
+LIBGPGME_LT_REVISION=1
NEED_GPG_VERSION=1.2.2
-NEED_GPGSM_VERSION=0.9.0
+NEED_GPGSM_VERSION=1.9.3
##############################################
AC_PREREQ(2.52)
AC_REVISION($Revision$)