2005-08-15 Mike Kestner <mkestner@novell.com>

* bootstrap : update for 2.5.90 release. 
	* bootstrap-2.4 : update for 2.3.90 release. 

svn path=/trunk/gtk-sharp/; revision=48400
This commit is contained in:
Mike Kestner 2005-08-15 18:14:05 +00:00
parent 904a3e5857
commit b4da964207
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-08-15 Mike Kestner <mkestner@novell.com>
* bootstrap : update for 2.5.90 release.
* bootstrap-2.4 : update for 2.3.90 release.
2005-08-15 Mike Kestner <mkestner@novell.com>
* gtk/glue/makefile.win32 : s/.c/.o typo.

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Run this to set configure.in up for an API version.
GTK_SHARP_VERSION=2.5.5.99
GTK_SHARP_VERSION=2.5.90
ASSEMBLY_VERSION=2.6.0.0
srcdir=`dirname $0`

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Run this to set configure.in up for an API version.
GTK_SHARP_VERSION=2.3.5.99
GTK_SHARP_VERSION=2.3.90
ASSEMBLY_VERSION=2.4.0.0
srcdir=`dirname $0`