2005-02-03 Mike Kestner <mkestner@novell.com>
* bootstrap-2.* : update for 2.x.1 releases. svn path=/trunk/gtk-sharp/; revision=56540
This commit is contained in:
parent
11dade8683
commit
404fce43b6
4 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-02-03 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* bootstrap-2.* : update for 2.x.1 releases.
|
||||
|
||||
2005-02-03 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* generator/Signal.cs : virtual method enum retvals must be case to
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Run this to set configure.in up for an API version.
|
||||
|
||||
GTK_SHARP_VERSION=2.4.0
|
||||
GTK_SHARP_VERSION=2.4.1
|
||||
ASSEMBLY_VERSION=2.4.0.0
|
||||
POLICY_VERSIONS=
|
||||
GTK_REQUIRED_VERSION=2.4.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Run this to set configure.in up for an API version.
|
||||
|
||||
GTK_SHARP_VERSION=2.6.0
|
||||
GTK_SHARP_VERSION=2.6.1
|
||||
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.8.0
|
||||
GTK_SHARP_VERSION=2.8.1
|
||||
ASSEMBLY_VERSION=2.8.0.0
|
||||
POLICY_VERSIONS="2.4 2.6"
|
||||
GTK_REQUIRED_VERSION=2.8.0
|
||||
|
|
Loading…
Reference in a new issue