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:
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 3821db5e26..0bb0caff20 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([monodevelop], 3.0.3.3, [monodevelop-list@lists.ximian.com])
+AC_INIT([monodevelop], 3.0.3.4, [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=3.0.3.3
+ASSEMBLY_VERSION=3.0.3.4
# 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.3.3"
+PACKAGE_VERSION_LABEL="3.0.3.4"
AC_PATH_PROG(MONO, mono)
AC_PATH_PROG(MCS, gmcs)