From 85f73d1c0d1bc86074a5d73895d10ff4385ef2d2 Mon Sep 17 00:00:00 2001 From: Xamarin Release Manager Date: Thu, 6 Sep 2012 20:20:54 +0000 Subject: Updated package version to 3.0.4.6 --- main/build/MacOSX/release-info | 2 +- main/configure.in | 6 +++--- main/src/core/MonoDevelop.Ide/BuildVariables.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'main') diff --git a/main/build/MacOSX/release-info b/main/build/MacOSX/release-info index 4187c9877f..a3c2681a29 100644 --- a/main/build/MacOSX/release-info +++ b/main/build/MacOSX/release-info @@ -1 +1 @@ -30004005 +30004006 diff --git a/main/configure.in b/main/configure.in index 008eef1111..677b54e661 100644 --- a/main/configure.in +++ b/main/configure.in @@ -1,4 +1,4 @@ -AC_INIT([monodevelop], 3.0.4.5, [monodevelop-list@lists.ximian.com]) +AC_INIT([monodevelop], 3.0.4.6, [monodevelop-list@lists.ximian.com]) AC_PREREQ(2.53) AM_INIT_AUTOMAKE([1.10 tar-ustar]) AM_MAINTAINER_MODE @@ -6,13 +6,13 @@ AM_MAINTAINER_MODE #capture aclocal flags for autoreconf AC_SUBST(ACLOCAL_FLAGS) -ASSEMBLY_VERSION=3.0.4.5 +ASSEMBLY_VERSION=3.0.4.6 # 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="3.0.4.5" +PACKAGE_VERSION_LABEL="3.0.4.6" 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 6c22a05c85..6004f3940a 100644 --- a/main/src/core/MonoDevelop.Ide/BuildVariables.cs +++ b/main/src/core/MonoDevelop.Ide/BuildVariables.cs @@ -2,7 +2,7 @@ namespace MonoDevelop.Ide { internal class BuildVariables { - public static string PackageVersion = "3.0.4.5"; - public static string PackageVersionLabel = "3.0.4.5"; + public static string PackageVersion = "3.0.4.6"; + public static string PackageVersionLabel = "3.0.4.6"; } } -- cgit v1.2.3