mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 04:07:07 +00:00
2005-08-25 Mike Kestner <mkestner@novell.com>
* bootstrap : bump version to 2.5.90.99 * bootstrap-2.4 : bump version to 2.3.90.99 svn path=/trunk/gtk-sharp/; revision=48855
This commit is contained in:
parent
92494900ef
commit
d1bf262fd9
|
@ -1,3 +1,8 @@
|
||||||
|
2005-08-25 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
* bootstrap : bump version to 2.5.90.99
|
||||||
|
* bootstrap-2.4 : bump version to 2.3.90.99
|
||||||
|
|
||||||
2005-08-25 Mike Kestner <mkestner@novell.com>
|
2005-08-25 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
* sample/GtkDemo/DemoIconView.cs : remove C# 2.0-isms.
|
* sample/GtkDemo/DemoIconView.cs : remove C# 2.0-isms.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Run this to set configure.in up for an API version.
|
# Run this to set configure.in up for an API version.
|
||||||
|
|
||||||
GTK_SHARP_VERSION=2.5.90
|
GTK_SHARP_VERSION=2.5.90.99
|
||||||
ASSEMBLY_VERSION=2.6.0.0
|
ASSEMBLY_VERSION=2.6.0.0
|
||||||
GTK_REQUIRED_VERSION=2.6.0
|
GTK_REQUIRED_VERSION=2.6.0
|
||||||
GNOME_REQUIRED_VERSION=2.10.0
|
GNOME_REQUIRED_VERSION=2.10.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Run this to set configure.in up for an API version.
|
# Run this to set configure.in up for an API version.
|
||||||
|
|
||||||
GTK_SHARP_VERSION=2.3.90
|
GTK_SHARP_VERSION=2.3.90.99
|
||||||
ASSEMBLY_VERSION=2.4.0.0
|
ASSEMBLY_VERSION=2.4.0.0
|
||||||
GTK_REQUIRED_VERSION=2.4.0
|
GTK_REQUIRED_VERSION=2.4.0
|
||||||
GNOME_REQUIRED_VERSION=2.6.0
|
GNOME_REQUIRED_VERSION=2.6.0
|
||||||
|
|
Loading…
Reference in a new issue