diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2004-06-08 Werner Koch <[email protected]> + + Released 0.6.6. + 2004-04-02 Thomas Schwinge <[email protected]> * autogen.sh: Added ACLOCAL_FLAGS. @@ -1,4 +1,4 @@ -Noteworthy changes in version 0.6.6 +Noteworthy changes in version 0.6.6 (2004-06-08) ------------------------------------------------ * assuan_set_hello_line may now take a multi line argument where the 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 |