From d1bf262fd9d575df90f5ae51edefb90ab202837b Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 25 Aug 2005 19:42:06 +0000 Subject: [PATCH] 2005-08-25 Mike Kestner * 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 --- ChangeLog | 5 +++++ bootstrap | 2 +- bootstrap-2.4 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41e96a022..35d4f2be1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-25 Mike Kestner + + * bootstrap : bump version to 2.5.90.99 + * bootstrap-2.4 : bump version to 2.3.90.99 + 2005-08-25 Mike Kestner * sample/GtkDemo/DemoIconView.cs : remove C# 2.0-isms. diff --git a/bootstrap b/bootstrap index 15960b066..bf6d6aae7 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #!/bin/sh # 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 GTK_REQUIRED_VERSION=2.6.0 GNOME_REQUIRED_VERSION=2.10.0 diff --git a/bootstrap-2.4 b/bootstrap-2.4 index 8b72b561a..948c2868f 100755 --- a/bootstrap-2.4 +++ b/bootstrap-2.4 @@ -1,7 +1,7 @@ #!/bin/sh # 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 GTK_REQUIRED_VERSION=2.4.0 GNOME_REQUIRED_VERSION=2.6.0