Release 2.0.19.

This commit is contained in:
Werner Koch 2012-03-27 10:19:40 +02:00
parent f7ad5cb3c6
commit 539073d0f5
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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

View File

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