1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

About to release 1.4.0

This commit is contained in:
Werner Koch 2004-12-16 10:04:36 +00:00
parent 60d1c12048
commit d171615f5b
29 changed files with 8498 additions and 8368 deletions

View file

@ -26,11 +26,11 @@ min_automake_version="1.9.3"
# 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.4.0-cvs, bug-gnupg@gnu.org)
AC_INIT(gnupg, 1.4.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.
development_version=yes
development_version=no
AC_CONFIG_AUX_DIR(scripts)
AC_CONFIG_SRCDIR(g10/g10.c)