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-08-05 22:31:47 +0300
committerGitHub <noreply@github.com>2019-08-05 22:31:47 +0300
commitc8c52f7e9f75113a8fcaa58397496a3423b47e58 (patch)
treecdbdd16e68cc1ec2d08d424f5af8d5bb63829050 /configure.ac
parent807e4b3d6f24118302bbb5663f66a607d30f3a13 (diff)
Bump version to 6.7 (#16031)
* Bump version to 6.7
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 7edcd4b0c1d..3e5ae1bd0e4 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.5.0],
+AC_INIT(mono, [6.7.0],
[https://github.com/mono/mono/issues/new])
AC_CONFIG_SRCDIR([README.md])