diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5426e7b5c..97aa5fbdc 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ dnlAC_REVISION($Revision$)dnl AC_PREREQ(2.52) # Remember to change the version number immediately *after* a release -# and remove the "-cvs" suffix immediately *before* a release. -AC_INIT(gnupg, 1.2.1-cvs, [email protected]) +# and remove the "-cvs" or suffix immediately *before* a release. +AC_INIT(gnupg, 1.2.1rc1, [email protected]) # 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. |