diff options
author | Werner Koch <[email protected]> | 2009-01-12 10:56:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-01-12 10:56:52 +0000 |
commit | 367281480acf79ef6fd8e9e8593b4d328c65b527 (patch) | |
tree | ff55544b17aa936b010f55cc0b306d1d9c992ea1 | |
parent | The Russion translation arrived just in time. (diff) | |
download | gnupg-367281480acf79ef6fd8e9e8593b4d328c65b527.tar.gz gnupg-367281480acf79ef6fd8e9e8593b4d328c65b527.zip |
Post release updates
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -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)])) |