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-05-21 20:31:15 +0400
committerwww-data <www-data@pipeline.internalx.com>2013-05-21 20:31:15 +0400
commit6e49ab7de3ceb6e3e9d9cde0feec058f2dd5284b (patch)
tree95de9b9d69c7b32c97bc21ba39038327932ddec0 /main/configure.in
parentb88ec959a0c95ddc5ee494dfbcdeb18e662e122b (diff)
Updated package version to 4.1.3
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 26a85e3669..b993f15300 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([monodevelop], 4.1.2, [monodevelop-list@lists.ximian.com])
+AC_INIT([monodevelop], 4.1.3, [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.2.0
+ASSEMBLY_VERSION=4.1.3.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.2"
+PACKAGE_VERSION_LABEL="4.1.3"
AC_PATH_PROG(MONO, mono)
AC_PATH_PROG(MCS, gmcs)