From 470e0cb7026506f1dc48b6ac693aae843057ef93 Mon Sep 17 00:00:00 2001 From: Wade Berrier Date: Wed, 5 Jul 2006 22:09:24 +0000 Subject: [PATCH] boostrap-2.[468]: version bump svn path=/trunk/gtk-sharp/; revision=62285 --- bootstrap-2.4 | 2 +- bootstrap-2.6 | 2 +- bootstrap-2.8 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap-2.4 b/bootstrap-2.4 index 2585a3983..f75be7b1c 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.2 +GTK_SHARP_VERSION=2.4.3 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 ec005821f..a31507586 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.2 +GTK_SHARP_VERSION=2.6.3 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 fb8a7e5f7..7faee36ee 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.2 +GTK_SHARP_VERSION=2.8.3 ASSEMBLY_VERSION=2.8.0.0 POLICY_VERSIONS="2.4 2.6" GTK_REQUIRED_VERSION=2.8.0