Merge branch 'master' of https://github.com/mono/mono
authorAlexis Christoforides <alexis@thenull.net>
Wed, 23 Apr 2014 18:44:48 +0000 (14:44 -0400)
committerAlexis Christoforides <alexis@thenull.net>
Wed, 23 Apr 2014 18:44:48 +0000 (14:44 -0400)
MONO_VERSION [new file with mode: 0644]
configure.in

diff --git a/MONO_VERSION b/MONO_VERSION
new file mode 100644 (file)
index 0000000..47b322c
--- /dev/null
@@ -0,0 +1 @@
+3.4.1
index 1f1e4ffc1f4cf0b1e574828ba52ebae23450fdd5..21f0273a66b5ad327a1272baed71205cc8688d4e 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 #AC_PREREQ([2.62])
 
-AC_INIT(mono, [3.4.1],
+AC_INIT(mono, m4_esyscmd([tr -d '\r\n' <  MONO_VERSION]),
         [http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono])
 
 AC_CONFIG_SRCDIR([README.md])