diff --git a/ChangeLog b/ChangeLog index 4e381fea4..836e02054 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-28 Mike Kestner + + * bootstrap-2.* : update for 2.x.2 releases. + 2005-02-28 Mike Kestner * pango/Context.custom : use ReadIntPtr (ptr, offset) for 64 bit. diff --git a/bootstrap-2.4 b/bootstrap-2.4 index a578af2a8..2585a3983 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.1 +GTK_SHARP_VERSION=2.4.2 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 a6111c1db..ec005821f 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.1 +GTK_SHARP_VERSION=2.6.2 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 4faf73d4c..fb8a7e5f7 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.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