diff options
author | Werner Koch <[email protected]> | 2004-04-29 15:11:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-04-29 15:11:36 +0000 |
commit | 8d504f5bdb5ec1d09157cc21a4c0f590a5ee52ca (patch) | |
tree | 8c7ec58653fc4aa741251beb90d9990c0dc0158e /configure.ac | |
parent | * assuan-socket-connect.c: Include string.h. (diff) | |
download | libassuan-0-6-5.tar.gz libassuan-0-6-5.zip |
About to release 0.6.5libassuan-0-6-5
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 ad38942..075b9bc 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.5-cvs, [email protected]) +AC_INIT(libassuan, 0.6.5, [email protected]) # Note, that this is not yet available as a shared library. PACKAGE=$PACKAGE_NAME |