From ed9f06e8a2b7ab9b1d2bcfba5a121bf63a68fb3c Mon Sep 17 00:00:00 2001 From: Xamarin Release Manager Date: Mon, 28 Oct 2013 19:27:10 +0000 Subject: Updated package version to 4.1.13 --- main/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/configure.in') diff --git a/main/configure.in b/main/configure.in index d748785bb5..8009a965bf 100644 --- a/main/configure.in +++ b/main/configure.in @@ -1,4 +1,4 @@ -AC_INIT([monodevelop], 4.1.7, [monodevelop-list@lists.ximian.com]) +AC_INIT([monodevelop], 4.1.13, [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=4.1.7.0 +ASSEMBLY_VERSION=4.0.0.0 # 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="4.1.7" +PACKAGE_VERSION_LABEL="4.1.13" COMPAT_ADDIN_VERSION=4.0 -- cgit v1.2.3