diff options
author | Werner Koch <[email protected]> | 2009-09-04 13:38:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-09-04 13:38:16 +0000 |
commit | 7d0f99aa916538063fc65b4660cfc56e3cf09784 (patch) | |
tree | e4d60fdfa3f3f0d594adf3c4f8ca387e701ccda8 /configure.ac | |
parent | Allow uid sand key election using a '*'. (diff) | |
download | gnupg-7d0f99aa916538063fc65b4660cfc56e3cf09784.tar.gz gnupg-7d0f99aa916538063fc65b4660cfc56e3cf09784.zip |
preparae release
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 8e368e6d4..09246cbb4 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.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)])) |