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:
authorJo Shields <joshield@microsoft.com>2020-02-04 18:37:00 +0300
committerGitHub <noreply@github.com>2020-02-04 18:37:00 +0300
commitcd8a898912a079797cdae55857e12ecc32962e90 (patch)
tree1a0d0d7d3c5f4f2b05f3eb77f5fa67f88e7f457a
parentedb18739cb3df898279a952fd70f91a05191c4ef (diff)
Bump version to 6.12 (#18698)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index df94e2d25b8..d503a593c1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.11.0],
+AC_INIT(mono, [6.12.0],
[https://github.com/mono/mono/issues/new])
AC_CONFIG_SRCDIR([Makefile.am])