summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-11-11 15:17:09 +0100
committerWerner Koch <wk@gnupg.org>2006-11-11 15:17:09 +0100
commitb5a8d7d26847d675623b348ffef07e0822a9b93a (patch)
treed5167290e99b09d3422e009ae28a04d85e0c1b85 /configure.ac
parentFixed that nasty 64 bit but. (diff)
downloadgnupg2-b5a8d7d26847d675623b348ffef07e0822a9b93a.tar.xz
gnupg2-b5a8d7d26847d675623b348ffef07e0822a9b93a.zip
.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c05256842..28c356261 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ min_automake_version="1.9.3"
# 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.0])
-m4_define([my_issvn], [yes])
+m4_define([my_issvn], [no])
m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \
@@ -37,7 +37,7 @@ AC_INIT([gnupg], my_version[]m4_if(my_issvn,[yes],[-svn[]svn_revision]),
# Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not
# sufficient.
-development_version=yes
+development_version=no
NEED_GPG_ERROR_VERSION=1.4