aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-08-04 14:23:09 +0000
committerWerner Koch <[email protected]>2011-08-04 14:23:09 +0000
commita7585eeabebf61aaa3209a893892b779b3447df9 (patch)
tree54d7f45faf41bb1ca266cadce0206f75e67cd440 /configure.ac
parentNew option --ssh-fpr for the agent:KEYINFO command (diff)
downloadgnupg-2.0.18.tar.gz
gnupg-2.0.18.zip
Prepare for the 2.0.18 release.gnupg-2.0.18
Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f26ae94ae..9be244b6b 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.18])
-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)]))