diff options
author | Werner Koch <[email protected]> | 2002-04-29 14:56:08 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-04-29 14:56:08 +0000 |
commit | a8f2d5544712b99c0472b84dd2239729e58829eb (patch) | |
tree | 0ef7545fc6ee8f1782636745907b675584760bd8 | |
parent | Added a copyright year for files changed this year. (diff) | |
download | gnupg-a8f2d5544712b99c0472b84dd2239729e58829eb.tar.gz gnupg-a8f2d5544712b99c0472b84dd2239729e58829eb.zip |
Last preparations for 1.0.7
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,7 @@ 2002-04-29 Werner Koch <[email protected]> + Released 1.0.7. + * README: Fixed some minor things. 2002-04-25 Werner Koch <[email protected]> @@ -813,7 +815,7 @@ Fri Feb 13 19:43:41 1998 Werner Koch ([email protected]) * Makefile.am: Likewise - Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without @@ -1117,7 +1117,7 @@ Noteworthy changes in version 0.2.3 is generated on a system without a good random number generator. -Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without diff --git a/configure.ac b/configure.ac index e46cafe3b..1350f1fe8 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.52) dnl A snapshot release has a letter appended. CVS files before a release dnl are suffixed with the string "-cvs", so "1.0.6a-cvs" is a cvs version dnl between 1.0.6 and 1.0.6a. -AC_INIT(gnupg, 1.0.6f-cvs, [email protected]) +AC_INIT(gnupg, 1.0.7, [email protected]) ALL_LINGUAS="cs da de eo el es et fr gl id it ja nl pl pt_BR pt sv tr" static_modules="sha1 md5 rmd160" static_random_module="" |