diff options
author | Werner Koch <[email protected]> | 2004-06-08 18:44:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-06-08 18:44:12 +0000 |
commit | cae925ec402675b68cf78ade7e6e8f04b87290ca (patch) | |
tree | 6e4420c38fd2b2f4f9904ea84618072bbc2b629c /configure.ac | |
parent | * assuan-listen.c (assuan_set_hello_line, assuan_accept): Allow (diff) | |
download | libassuan-0-6-6.tar.gz libassuan-0-6-6.zip |
about to release 0.6.6.libassuan-0-6-6
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 c997eba..278056b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,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(libassuan, 0.6.6-cvs, [email protected]) +AC_INIT(libassuan, 0.6.6, [email protected]) # Note, that this is not yet available as a shared library. PACKAGE=$PACKAGE_NAME |