preparing for 0.9 release

svn path=/trunk/gtk-sharp/; revision=14131
This commit is contained in:
Mike Kestner 2003-04-30 02:47:48 +00:00
parent 7284a1f6a2
commit fd28061896
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-04-30 Mike Kestner <mkestner@speakeasy.net>
* tagging for release 0.9
2003-04-28 Lee Mallabone <gnome@fonicmonkey.net>
* api/gtk-api.xml, sources/Gtk.metadata: Add a rule to
@ -415,6 +419,10 @@
* glib/SignalCallback.cs: implemented IDisposable interface.
2003-02-24 Mike Kestner <mkestner@speakeasy.net>
* released 0.8
2003-02-24 Mike Kestner <mkestner@speakeasy.net>
* sample/TreeViewDemo.cs : fix Type ambiguities

View File

@ -97,7 +97,7 @@ conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
if test x$NOCONFIGURE = x; then
echo Running $srcdir/configure $conf_flags "$@" ...
$srcdir/configure $conf_flags "$@" \
&& echo Now type \`make linux\' or \`make windows\' to compile $PKG_NAME || exit 1
&& echo Now type \`make\' to compile $PKG_NAME || exit 1
else
echo Skipping configure process.
fi

View File

@ -2,7 +2,7 @@
AC_INIT(README)
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(gtk-sharp, 0.7)
AM_INIT_AUTOMAKE(gtk-sharp, 0.9)
AM_MAINTAINER_MODE
AC_CHECK_TOOL(CC, gcc, gcc)