Bump version to 6.9 (mono/mono#17207)
authorJo Shields <joshield@microsoft.com>
Mon, 7 Oct 2019 20:36:13 +0000 (16:36 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 7 Oct 2019 20:36:13 +0000 (22:36 +0200)
* Bump version to 6.9

* Add missing new linker source file

* [csproj] Update project files

* No monolinker on MCS mode, new linker version needs Roslyn

Commit migrated from https://github.com/mono/mono/commit/d28d72cb960111e038a54e7b7ea1f897cebe12a1

src/mono/configure.ac

index b979751..7e843e7 100644 (file)
@@ -4,7 +4,7 @@
 # This line is parsed by tools besides autoconf, such as msvc/mono.winconfig.targets.
 # It should remain in the format they expect.
 #
-AC_INIT(mono, [6.7.0],
+AC_INIT(mono, [6.9.0],
         [https://github.com/mono/mono/issues/new])
 
 AC_CONFIG_SRCDIR([README.md])