aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-10-31 20:10:36 +0000
committerWerner Koch <[email protected]>2006-10-31 20:10:36 +0000
commit373491c1ec908478712ccc4bd5d565d7f13ffb6f (patch)
treeae2835b4004d377c0e287a9d39f33aa6ca11777c
parentPreparing the 1.0.0 release. (diff)
downloadlibassuan-373491c1ec908478712ccc4bd5d565d7f13ffb6f.tar.gz
libassuan-373491c1ec908478712ccc4bd5d565d7f13ffb6f.zip
Post release updates
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ac9c5fa..db8434d 100644
--- a/NEWS
+++ b/NEWS
@@ -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