diff options
author | Werner Koch <[email protected]> | 2012-03-27 08:19:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2012-03-27 08:19:40 +0000 |
commit | 539073d0f5d1a039827670c722dfd6d99f39880f (patch) | |
tree | 6a107f825995d44da6599652d89613771cb65806 | |
parent | Update zh_TW translation. (diff) | |
download | gnupg-2.0.19.tar.gz gnupg-2.0.19.zip |
Release 2.0.19.gnupg-2.0.19
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Noteworthy changes in version 2.0.19 (unreleased) +Noteworthy changes in version 2.0.19 (2012-03-27) ------------------------------------------------- * GPG now accepts a space separated fingerprint as a user ID. This diff --git a/configure.ac b/configure.ac index 289e0f9b2..7cc3a834c 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,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.19]) -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)])) |