update for release
authorMatthias Braun <matze@braunis.de>
Wed, 5 May 2010 09:26:43 +0000 (09:26 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 5 May 2010 09:26:43 +0000 (09:26 +0000)
[r27487]

NEWS
make_release.sh

diff --git a/NEWS b/NEWS
index 72c35bb..0462cab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+===== cparser 0.9.11 (2009-05-16) =====
+* add missing NEWS entries
+* fix crash when known C library functions had the wrong number of arguments
+
+===== cparser 0.9.10 (2009-04-15) =====
+* bugfixes
+* adapt to libfirm-1.18.0
+
 ===== cparser 0.9.9 (2009-05-15) =====
 * bugfixes
 * extend and improve support for attributes
index fe44a48..fbf9f08 100755 (executable)
@@ -2,7 +2,7 @@
 
 #set -x
 WORKDIR="release"
-VERSION="0.9.10"
+VERSION="0.9.11"
 RELEASEDIR="cparser-$VERSION"
 FULLRELEASEDIR="$WORKDIR/$RELEASEDIR"
 RELEASEFILE="cparser-$VERSION.tar.bz2"