diff --git a/ChangeLog b/ChangeLog index 0ddb61ee6..6d8a780e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-07 Mike Kestner + + * bootstrap : bump version for beta2. + * bootstrap-2.4 : bump version for beta2. + 2005-09-07 Eric Butler * gtk/NodeStore.cs : Add Clear() method diff --git a/bootstrap b/bootstrap index bf6d6aae7..6485fb2ad 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.99 +GTK_SHARP_VERSION=2.5.91 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 948c2868f..90064ccfb 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.99 +GTK_SHARP_VERSION=2.3.91 ASSEMBLY_VERSION=2.4.0.0 GTK_REQUIRED_VERSION=2.4.0 GNOME_REQUIRED_VERSION=2.6.0