diff options
author | Werner Koch <[email protected]> | 2006-10-31 20:10:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-31 20:10:36 +0000 |
commit | 373491c1ec908478712ccc4bd5d565d7f13ffb6f (patch) | |
tree | ae2835b4004d377c0e287a9d39f33aa6ca11777c | |
parent | Preparing the 1.0.0 release. (diff) | |
download | libassuan-373491c1ec908478712ccc4bd5d565d7f13ffb6f.tar.gz libassuan-373491c1ec908478712ccc4bd5d565d7f13ffb6f.zip |
Post release updates
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Noteworthy changes in version 1.0.1 +------------------------------------------------ + + Noteworthy changes in version 1.0.0 (2006-10-31) ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 278607d..fdc8f05 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,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.9.4-cvs, [email protected]) +AC_INIT(libassuan, 1.0.1-cvs, [email protected]) # Note, that this is not yet available as a shared library. PACKAGE=$PACKAGE_NAME |