1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-06-17 20:27:03 +02:00

Post release preparations

This commit is contained in:
Werner Koch 2005-03-15 16:28:37 +00:00
parent 49ffa9ae31
commit a659989792
3 changed files with 6 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Noteworthy changes in version 1.4.2
------------------------------------------------
Noteworthy changes in version 1.4.1 (2005-03-15) Noteworthy changes in version 1.4.1 (2005-03-15)
------------------------------------------------ ------------------------------------------------

2
README
View File

@ -1,7 +1,7 @@
GnuPG - The GNU Privacy Guard GnuPG - The GNU Privacy Guard
------------------------------- -------------------------------
Version 1.4.1 Version 1.4.2
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc. 2005 Free Software Foundation, Inc.

View File

@ -26,7 +26,7 @@ min_automake_version="1.9.3"
# Remember to change the version number immediately *after* a release # Remember to change the version number immediately *after* a release
# and remove the "-cvs" or "rc" suffix immediately *before* a release. # and remove the "-cvs" or "rc" suffix immediately *before* a release.
AC_INIT(gnupg, 1.4.1, bug-gnupg@gnu.org) AC_INIT(gnupg, 1.4.2-cvs, bug-gnupg@gnu.org)
# Set development_version to yes if the minor number is odd or you # Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not # feel that the default check for a development version is not
# sufficient. # sufficient.