From 61fbbd0b9253143e818609ff032b81e59c9a055c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 18 Oct 2002 09:32:42 +0000 Subject: * configure.ac: Changed version number comments. (ALL_LINGUAS): Removed all except for de. During development it might not be a good idea to keep all of them - they get outdated too soon and diff files will be far too large. --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 984d89cf8..b114a64f9 100644 --- a/configure.ac +++ b/configure.ac @@ -22,14 +22,15 @@ dnlAC_REVISION($Revision$)dnl AC_PREREQ(2.52) -# 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. +AC_INIT(gnupg, 1.3.0, 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. -AC_INIT(gnupg, 1.3, bug-gnupg@gnu.org) development_version=yes -ALL_LINGUAS="ca cs da de eo el es et fr gl id it ja nl pl pt_BR pt sv tr" +ALL_LINGUAS="de" PACKAGE=$PACKAGE_NAME VERSION=$PACKAGE_VERSION -- cgit v1.2.3