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:00 +0300
committerJo Shields <joshield@microsoft.com>2019-03-14 23:18:00 +0300
commit9cb3348c311bd8a2dbb4a2fc3fb7ba026ac9bac5 (patch)
tree2cd13445ff346a35ad1dc3ef08d6d782684da254
parent948b45099193dd79f5193d2098fccdbcfab78b23 (diff)
Append .1 to version numbermono-5.18.1.0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9d0e5be1916..e31f784efd5 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.18.0],
+AC_INIT(mono, [5.18.1],
[https://github.com/mono/mono/issues/new])
AC_CONFIG_SRCDIR([README.md])