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-03-14 23:18:35 +0300
committerJo Shields <joshield@microsoft.com>2019-03-14 23:18:35 +0300
commita76b50e5faa69d4cfe6c5ddfc58bbbba9d28b29c (patch)
tree2df03b67d812460e4a7c5bff2fb81a0419513791
parent5888bf9acc9ecc27b606cdf25570c21280e3e04a (diff)
Append .1 to version numbermono-5.16.1.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c2694bb5b36..d20cb93f852 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
#AC_PREREQ([2.62])
-AC_INIT(mono, [5.16.0],
+AC_INIT(mono, [5.16.1],
[https://github.com/mono/mono/issues/new])
AC_CONFIG_SRCDIR([README.md])