diff --git a/ChangeLog b/ChangeLog index adcef2fb3..29809a9b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-03 Mike Kestner + + * bootstrap-2.* : update for 2.x.1 releases. + 2005-02-03 Mike Kestner * generator/Signal.cs : virtual method enum retvals must be case to diff --git a/bootstrap-2.4 b/bootstrap-2.4 index 43768e53d..a578af2a8 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.4.0 +GTK_SHARP_VERSION=2.4.1 ASSEMBLY_VERSION=2.4.0.0 POLICY_VERSIONS= GTK_REQUIRED_VERSION=2.4.0 diff --git a/bootstrap-2.6 b/bootstrap-2.6 index 4ca6a269a..a6111c1db 100755 --- a/bootstrap-2.6 +++ b/bootstrap-2.6 @@ -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 diff --git a/bootstrap-2.8 b/bootstrap-2.8 index c94ebafc4..4faf73d4c 100755 --- a/bootstrap-2.8 +++ b/bootstrap-2.8 @@ -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