diff --git a/NEWS b/NEWS index 7dc78e04c..ef64fb8bc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Noteworthy changes in version 2.0.11 (unreleased) +------------------------------------------------- + + Noteworthy changes in version 2.0.10 (2009-01-12) ------------------------------------------------- @@ -40,7 +44,7 @@ Noteworthy changes in version 2.0.10 (2009-01-12) * [w32] The gnupg2.nls directory is not anymore used. The standard locale directory is now used. - * [w32] Fixed a race condition bteween gpg and gpgsm in the use of + * [w32] Fixed a race condition between gpg and gpgsm in the use of temporary file names. * The gpg-preset-passphrase mechanism works again. An arbitrary diff --git a/configure.ac b/configure.ac index 7a67b89c7..0cb7186e9 100644 --- a/configure.ac +++ b/configure.ac @@ -24,8 +24,8 @@ min_automake_version="1.10" # Remember to change the version number immediately *after* a release. # 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.10]) -m4_define([my_issvn], [no]) +m4_define([my_version], [2.0.11]) +m4_define([my_issvn], [yes]) m4_define([svn_revision], m4_esyscmd([printf "%d" $(svn info 2>/dev/null \ | sed -n '/^Revision:/ s/[^0-9]//gp'|head -1)]))