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)]))