diff options
author | Werner Koch <wk@gnupg.org> | 2005-01-13 20:03:37 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-01-13 20:03:37 +0100 |
commit | 6cb495ca5caa10a07d58bf074c2f01d596289cf5 (patch) | |
tree | 5601a700616634458da05fe384aede9b67fd7c62 | |
parent | * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test (diff) | |
download | gnupg2-6cb495ca5caa10a07d58bf074c2f01d596289cf5.tar.xz gnupg2-6cb495ca5caa10a07d58bf074c2f01d596289cf5.zip |
post release updates
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Noteworthy changes in version 1.9.16 +------------------------------------------------- + + Noteworthy changes in version 1.9.15 (2005-01-13) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index 041a4d1b8..6cfc61193 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ min_automake_version="1.9.3" # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(gnupg, 1.9.15, gnupg-devel@gnupg.org) +AC_INIT(gnupg, 1.9.16-cvs, gnupg-devel@gnupg.org) # Set development_version to yes if the minor number is odd or you # feel that the default check for a development version is not # sufficient. |