2005-02-28 Mike Kestner <mkestner@novell.com>
* bootstrap-2.* : update for 2.x.2 releases. svn path=/trunk/gtk-sharp/; revision=57400
This commit is contained in:
parent
0ae0904afd
commit
2a0ae5f3bb
4 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-02-28 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* bootstrap-2.* : update for 2.x.2 releases.
|
||||
|
||||
2005-02-28 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* pango/Context.custom : use ReadIntPtr (ptr, offset) for 64 bit.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Run this to set configure.in up for an API version.
|
||||
|
||||
GTK_SHARP_VERSION=2.4.1
|
||||
GTK_SHARP_VERSION=2.4.2
|
||||
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.1
|
||||
GTK_SHARP_VERSION=2.6.2
|
||||
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.1
|
||||
GTK_SHARP_VERSION=2.8.2
|
||||
ASSEMBLY_VERSION=2.8.0.0
|
||||
POLICY_VERSIONS="2.4 2.6"
|
||||
GTK_REQUIRED_VERSION=2.8.0
|
||||
|
|
Loading…
Reference in a new issue