aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-07-19 07:05:30 +0000
committerWerner Koch <[email protected]>2010-07-19 07:05:30 +0000
commitec45cd2d20f96d5142c68669e2e620321b774876 (patch)
tree2d39b87132bd3e644bd61a79b6c9f520638b6c91 /configure.ac
parentBackport bug fix. Fixes bug#1240. (diff)
downloadgnupg-2.0.16.tar.gz
gnupg-2.0.16.zip
Prepare a releasegnupg-2.0.16
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4fd3e4c3f..3fde24c4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ min_automake_version="1.10"
# Set my_issvn to "yes" for non-released code. Remember to run an
# "svn up" and "autogen.sh" right before creating a distribution.
m4_define([my_version], [2.0.16])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \
| sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))
@@ -37,7 +37,7 @@ AC_INIT([gnupg],
# sufficient.
development_version=no
-NEED_GPG_ERROR_VERSION=1.4
+NEED_GPG_ERROR_VERSION=1.7
NEED_LIBGCRYPT_API=1
NEED_LIBGCRYPT_VERSION=1.4.0
@@ -46,7 +46,7 @@ NEED_LIBASSUAN_API=2
NEED_LIBASSUAN_VERSION=2.0.0
NEED_KSBA_API=1
-NEED_KSBA_VERSION=1.0.2
+NEED_KSBA_VERSION=1.0.7
PACKAGE=$PACKAGE_NAME