diff options
author | Werner Koch <[email protected]> | 2005-06-20 17:32:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-06-20 17:32:52 +0000 |
commit | 4b99c3de7255eabf21eecfe4653a34e64fe4d209 (patch) | |
tree | d721a1a53f1e7fbc183efad887ab748768b7a08a /configure.ac | |
parent | * assuan-util.c (assuan_set_flag, assuan_get_flag): New. (diff) | |
download | libassuan-0-6-10.tar.gz libassuan-0-6-10.zip |
Preparing for 0.6.10libassuan-0-6-10
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 07de78c..15eceb7 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ min_automake_version="1.9.3" # Version number: Remember to change it immediately *after* a release. # Add a "-cvs" prefix for non-released code. -AC_INIT(libassuan, 0.6.10-cvs, [email protected]) +AC_INIT(libassuan, 0.6.10, [email protected]) # Note, that this is not yet available as a shared library. PACKAGE=$PACKAGE_NAME |