Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2014-04-23 22:57:38 +0400
committerAlexis Christoforides <alexis@thenull.net>2014-04-23 22:57:38 +0400
commit1a15d4ec541eaf20ed78eac53149b1b83e1450fe (patch)
treebec51c49a2e0df5d376c844b46ca788134724449 /configure.in
parent8f09dad4353bb75afebf96ad58d08f7e7f3bf56d (diff)
Revert "Mono version is now pulled in to configure.in from MONO_VERSION"
This reverts commit 164f9cbec4f79cc013c7b1cf674e70e4573f4b36.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index efa860b17ef..dd09f8fa3c7 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
#AC_PREREQ([2.62])
-AC_INIT(mono, m4_esyscmd([tr -d '\r\n' < MONO_VERSION]),
+AC_INIT(mono, [3.4.1],
[http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono])
AC_CONFIG_SRCDIR([README.md])