aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-12-20 19:30:15 +0000
committerWerner Koch <[email protected]>2012-12-20 19:30:15 +0000
commit0bd168bf8eecf4ec11c147edada0f08bebdc6cc0 (patch)
treec132f5dd41ab6976c414a83084932399ef7a256e /configure.ac
parentLast fix for the SRV record patches. (diff)
downloadgnupg-1.4.13.tar.gz
gnupg-1.4.13.zip
Release 1.4.13.gnupg-1.4.13
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 0955eee99..85c0df61a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,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 --force" right before creating a distribution.
m4_define([my_version], [1.4.13])
-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)]))