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:
authorXamarin Release Manager <release-manager@xamarin.com>2013-06-04 00:12:23 +0400
committerwww-data <www-data@pipeline.internalx.com>2013-06-04 00:12:23 +0400
commit124a1e4f7110f898151890d1dfdeab95b9d6745a (patch)
tree2ed962bdabcb6576655d30d0a2f331cd839424fc /main/configure.in
parent9c476141d70675ecca4e55446f64acf29b24867f (diff)
Updated package version to 4.1.4
Diffstat (limited to 'main/configure.in')
-rw-r--r--main/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/configure.in b/main/configure.in
index b993f15300..6ea2fecb61 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([monodevelop], 4.1.3, [monodevelop-list@lists.ximian.com])
+AC_INIT([monodevelop], 4.1.4, [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.3.0
+ASSEMBLY_VERSION=4.1.4.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.3"
+PACKAGE_VERSION_LABEL="4.1.4"
AC_PATH_PROG(MONO, mono)
AC_PATH_PROG(MCS, gmcs)