aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-03-27 08:19:40 +0000
committerWerner Koch <[email protected]>2012-03-27 08:19:40 +0000
commit539073d0f5d1a039827670c722dfd6d99f39880f (patch)
tree6a107f825995d44da6599652d89613771cb65806
parentUpdate zh_TW translation. (diff)
downloadgnupg-2.0.19.tar.gz
gnupg-2.0.19.zip
Release 2.0.19.gnupg-2.0.19
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9a747f769..39b343894 100644
--- a/NEWS
+++ b/NEWS
@@ -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)]))