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:
Diffstat (limited to 'main/configure.in')
-rw-r--r--main/configure.in2
1 files changed, 1 insertions, 1 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)