diff options
author | Werner Koch <[email protected]> | 2002-04-29 16:53:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-04-29 16:53:04 +0000 |
commit | 77fe150d8d3033dde497ce6ced7f0d422019aa82 (patch) | |
tree | f7baf784683d79affdd9a5e8fba866b6296ee858 | |
parent | msgfmt interacts badly with cvs. Updating only the revision line is (diff) | |
download | gnupg-77fe150d8d3033dde497ce6ced7f0d422019aa82.tar.gz gnupg-77fe150d8d3033dde497ce6ced7f0d422019aa82.zip |
Bumbed version number
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1350f1fe8..100d1eb44 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.7, [email protected]) +AC_INIT(gnupg, 1.0.7a-cvs, [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="" |