diff options
author | Werner Koch <[email protected]> | 2007-09-10 15:40:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-09-10 15:40:29 +0000 |
commit | 782e1bc00b88a634129b081bd82c7869df57d782 (patch) | |
tree | eff0e6cf14fff874f150ea315c3a3766c67b5b3a /configure.ac | |
parent | 2007-09-04 Moritz Schulte <[email protected]> (diff) | |
download | gnupg-2.0.7.tar.gz gnupg-2.0.7.zip |
Preparing 2.0.7gnupg-2.0.7
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 578b7c14d..8a9873543 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.7]) -m4_define([my_issvn], [yes]) +m4_define([my_issvn], [no]) m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \ |