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:
authorLluis Sanchez Gual <lluis@novell.com>2011-08-09 20:47:30 +0400
committerLluis Sanchez Gual <lluis@novell.com>2011-08-09 20:48:05 +0400
commit713e5f9a6ba53f76d259ca9261538dd95806ea36 (patch)
tree7ccf2c9750f4b1d1bb87f2fe1e0c65650759171b
parent19205c80ae9a2016e7a131a2dd4614789c881e35 (diff)
Update MD version label
-rw-r--r--main/configure.in4
-rw-r--r--main/src/core/MonoDevelop.Ide/BuildVariables.cs2
2 files changed, 3 insertions, 3 deletions
diff --git a/main/configure.in b/main/configure.in
index 1f4dc70982..0be6d8c974 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -6,8 +6,8 @@ AM_MAINTAINER_MODE
#capture aclocal flags for autoreconf
AC_SUBST(ACLOCAL_FLAGS)
-ASSEMBLY_VERSION=2.6.0.0
-PACKAGE_VERSION_LABEL="2.6 Beta 4"
+ASSEMBLY_VERSION=2.8.0.0
+PACKAGE_VERSION_LABEL="2.8 Preview 1"
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 aeba62a64b..1890724d64 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.7";
- public static string PackageVersionLabel = "2.6 Beta 4";
+ public static string PackageVersionLabel = "2.8 Preview 1";
}
}