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 19:41:01 +0300
committerGitHub <noreply@github.com>2020-02-04 19:41:01 +0300
commit8d00b7cd8b83dd49e3e630ba0d62a1bf9d988263 (patch)
tree289e0016e7dbdd809f12f5f604923a8ffeaee947
parentcdb7944e7bfc41f8966536ffedf8225afc0354b8 (diff)
Bump version to 6.13 (#18699)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index df94e2d25b8..b9534be6122 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.13.0],
[https://github.com/mono/mono/issues/new])
AC_CONFIG_SRCDIR([Makefile.am])