diff options
author | Werner Koch <[email protected]> | 2002-04-19 10:32:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-04-19 10:32:01 +0000 |
commit | a2c677c829904a7752d8e79aa7d03fdba6e8ac77 (patch) | |
tree | 99adb88f71610a0094e89f88eb1f484699b0f1aa /configure.ac | |
parent | * tdbio.c (tdbio_write_nextcheck): Return a status whether the (diff) | |
download | gnupg-SNAP-1-0-6e.tar.gz gnupg-SNAP-1-0-6e.zip |
preparing 1.0.7SNAP-1-0-6e
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4fc69bbe7..d0cde8d38 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Configure.ac script for GnuPG -dnl Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +dnl Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. dnl dnl This file is part of GnuPG. dnl @@ -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.6e-cvs, [email protected]) +AC_INIT(gnupg, 1.0.6e, [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="" |