diff options
author | Werner Koch <[email protected]> | 2004-11-25 12:53:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-11-25 12:53:42 +0000 |
commit | 21219a48f80aa60cc804a5d60852980c5e979209 (patch) | |
tree | fb83dba8c60d7d0bcc857f8cf3ef1f02ab20381c /configure.ac | |
parent | * assuan-logging.c (_assuan_log_printf): New. (diff) | |
download | libassuan-0-6-8.tar.gz libassuan-0-6-8.zip |
Released 0.6.8libassuan-0-6-8
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a0b1de2..c8e57ea 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.8-cvs, [email protected]) +AC_INIT(libassuan, 0.6.8, [email protected]) # Note, that this is not yet available as a shared library. PACKAGE=$PACKAGE_NAME |