diff options
author | Werner Koch <[email protected]> | 2005-03-15 15:51:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-03-15 15:51:52 +0000 |
commit | 49ffa9ae3107528a9831ab8452b774ac7d29562c (patch) | |
tree | e992a8b41f9e479c32ac8937645f77a4d4d950f1 /configure.ac | |
parent | * card-util.c (card_status): Use isotimestamp and not the (diff) | |
download | gnupg-49ffa9ae3107528a9831ab8452b774ac7d29562c.tar.gz gnupg-49ffa9ae3107528a9831ab8452b774ac7d29562c.zip |
Preparing a releaseV1-4-1
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 54cb51212..dfc2c679c 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ 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.1rc2, [email protected]) +AC_INIT(gnupg, 1.4.1, [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. |