mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 17:25:32 +00:00
2005-10-19 Mike Kestner <mkestner@novell.com>
* bootstrap : bump version for 2.6.0. * bootstrap-2.4 : bump version for 2.4.0. svn path=/trunk/gtk-sharp/; revision=51929
This commit is contained in:
parent
c6ab638191
commit
770576a792
|
@ -1,3 +1,8 @@
|
|||
2005-10-19 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* bootstrap : bump version for 2.6.0.
|
||||
* bootstrap-2.4 : bump version for 2.4.0.
|
||||
|
||||
2005-10-08 Miguel de Icaza <miguel@novell.com>
|
||||
|
||||
* gtk/Application.cs (Invoke): Use Timeout instead of Idle add to
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Run this to set configure.in up for an API version.
|
||||
|
||||
GTK_SHARP_VERSION=2.5.92
|
||||
GTK_SHARP_VERSION=2.6.0
|
||||
ASSEMBLY_VERSION=2.6.0.0
|
||||
POLICY_VERSIONS=2.4
|
||||
GTK_REQUIRED_VERSION=2.6.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Run this to set configure.in up for an API version.
|
||||
|
||||
GTK_SHARP_VERSION=2.3.92
|
||||
GTK_SHARP_VERSION=2.4.0
|
||||
ASSEMBLY_VERSION=2.4.0.0
|
||||
POLICY_VERSIONS=
|
||||
GTK_REQUIRED_VERSION=2.4.0
|
||||
|
|
Loading…
Reference in a new issue