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
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/build/MacOSX/release-info2
-rw-r--r--main/configure.in6
-rw-r--r--main/src/core/MonoDevelop.Ide/BuildVariables.cs4
3 files changed, 6 insertions, 6 deletions
diff --git a/main/build/MacOSX/release-info b/main/build/MacOSX/release-info
index 50b60451c8..0c2460e4e5 100644
--- a/main/build/MacOSX/release-info
+++ b/main/build/MacOSX/release-info
@@ -1 +1 @@
-20804000
+20804001
diff --git a/main/configure.in b/main/configure.in
index 53caa188e6..72e30ca60a 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([monodevelop], 2.8.4, [monodevelop-list@lists.ximian.com])
+AC_INIT([monodevelop], 2.8.4.1, [monodevelop-list@lists.ximian.com])
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE([1.9 tar-ustar])
AM_MAINTAINER_MODE
@@ -6,13 +6,13 @@ AM_MAINTAINER_MODE
#capture aclocal flags for autoreconf
AC_SUBST(ACLOCAL_FLAGS)
-ASSEMBLY_VERSION=2.8.0.0
+ASSEMBLY_VERSION=2.8
# This is parsed in BuildVariables.cs. Keep the format consistent to avoid breaking
# 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.4"
+PACKAGE_VERSION_LABEL="2.8.4.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 9288fe7cc1..8f41b1113f 100644
--- a/main/src/core/MonoDevelop.Ide/BuildVariables.cs
+++ b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
@@ -2,8 +2,8 @@ namespace MonoDevelop.Ide
{
internal class BuildVariables
{
- public static string PackageVersion = "2.8.4";
- public static string PackageVersionLabel = "2.8.4";
+ public static string PackageVersion = "2.8.4.1";
+ public static string PackageVersionLabel = "2.8.4.1";
}
}