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>2019-05-31 19:59:57 +0300
committerGitHub <noreply@github.com>2019-05-31 19:59:57 +0300
commit0f4ac3f13e9a858074469795b146018d60c6783c (patch)
tree13505b80b824b6b90ee7a36c50688fe9c6bd9950 /configure.ac
parent8004791be87eba589ead449de129744c297f6ebd (diff)
Bump version to 6.5.0 (#14728)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d5c8ecc09c7..ba407d3a383 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.3.0],
+AC_INIT(mono, [6.5.0],
[https://github.com/mono/mono/issues/new])
AC_CONFIG_SRCDIR([README.md])