1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

About to release the first 1.9 version.

This commit is contained in:
Werner Koch 2003-08-05 17:20:18 +00:00
parent 1bcf8ef9de
commit c9c4192763
4 changed files with 12 additions and 7 deletions

View file

@ -22,7 +22,7 @@
AC_PREREQ(2.52)
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
AC_INIT(gnupg, 1.9.0-cvs, gnupg-devel@gnupg.org)
AC_INIT(gnupg, 1.9.0, gnupg-devel@gnupg.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.