diff options
author | Werner Koch <[email protected]> | 2009-06-17 11:18:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-06-17 11:18:26 +0000 |
commit | c998dd12a2dd0bd219ce0a68bdd9fcf82bb1c70e (patch) | |
tree | 11be2c0a6cb5cd0fee8ff31436d72f56074fda40 /configure.ac | |
parent | Use cancel button in confirmation only if requested. (diff) | |
download | gnupg-c998dd12a2dd0bd219ce0a68bdd9fcf82bb1c70e.tar.gz gnupg-c998dd12a2dd0bd219ce0a68bdd9fcf82bb1c70e.zip |
Preparing for 2.0.12.gnupg-2.0.12
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6e81812fa..94092af50 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.12]) -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)])) |