diff options
author | Werner Koch <[email protected]> | 2004-10-22 19:48:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-10-22 19:48:12 +0000 |
commit | 8dee43cc0bd54d7a23a7d6dadc760d62ae4e2795 (patch) | |
tree | b8592ed4f0bc4f801610fb94c3691f5e60d22a65 /configure.ac | |
parent | Compile fixes. (diff) | |
download | gnupg-1-9-12.tar.gz gnupg-1-9-12.zip |
Releasing 1.9.12V1-9-12
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5fd8efe42..d87156be6 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ min_automake_version="1.7.6" # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(gnupg, 1.9.12-cvs, [email protected]) +AC_INIT(gnupg, 1.9.12, [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. |