Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXamarin Release Manager <release-manager@xamarin.com>2012-02-28 04:32:55 +0400
committerwww-data <www-data@pipeline.internalx.com>2012-02-28 04:32:55 +0400
commitcca4e32e0944e8ce706527e88f17229d4d3b5ce4 (patch)
tree7ec8ea1521ddd3b1ca65833f04374c63d79a1aa4
parent70f7bf9f2a216a7797616ccdd10d755ff6650c29 (diff)
Updated package version to 2.8.8.0monodevelop-2.8.8.0
-rw-r--r--main/configure.in2
-rw-r--r--main/src/core/MonoDevelop.Ide/BuildVariables.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/configure.in b/main/configure.in
index 62f88d0760..0576a7ddc4 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -12,7 +12,7 @@ ASSEMBLY_VERSION=2.8.0.0
# the C# side of things. It should be one of the following two formats:
# 1) "VERSION_NUMBER" "2.0"
# 2) "VERSION_NUMBER BUILD_TYPE BUILD_NUMBER" "2.0 Alpha 1"
-PACKAGE_VERSION_LABEL="2.8.8.0 RC5"
+PACKAGE_VERSION_LABEL="2.8.8.0 RC6"
AC_PATH_PROG(MONO, mono)
AC_PATH_PROG(MCS, gmcs)
diff --git a/main/src/core/MonoDevelop.Ide/BuildVariables.cs b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
index 685af6ccab..5cffceb18d 100644
--- a/main/src/core/MonoDevelop.Ide/BuildVariables.cs
+++ b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
@@ -3,7 +3,7 @@ namespace MonoDevelop.Ide
internal class BuildVariables
{
public static string PackageVersion = "2.8.8.0";
- public static string PackageVersionLabel = "2.8.8.0 RC5";
+ public static string PackageVersionLabel = "2.8.8.0 RC6";
}
}