diff options
author | Werner Koch <wk@gnupg.org> | 2004-12-16 11:53:25 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-12-16 11:53:25 +0100 |
commit | 97587c6d7a34b55b0bcd9bff9ba738fa021d71b1 (patch) | |
tree | a2f8fcd55b5f61e43c94e21612bfab1c2918833f /configure.ac | |
parent | Minor fixes (diff) | |
download | gnupg2-97587c6d7a34b55b0bcd9bff9ba738fa021d71b1.tar.xz gnupg2-97587c6d7a34b55b0bcd9bff9ba738fa021d71b1.zip |
post release updates
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4734ecbdf..6ceff5b39 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ min_automake_version="1.9.3" # Remember to change the version number immediately *after* a release # and remove the "-cvs" or "rc" suffix immediately *before* a release. -AC_INIT(gnupg, 1.4.0, bug-gnupg@gnu.org) +AC_INIT(gnupg, 1.4.1-cvs, bug-gnupg@gnu.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. |