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:
-rw-r--r--configure.ac1
-rw-r--r--man/mono.12
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c8a0fdb37a6..523390309a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
# Process this file with autoconf to produce a configure script.
#AC_PREREQ([2.62])
+# when bumping version number below, keep it in sync with man/mono.1 too
AC_INIT(mono, [4.5.2],
[http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono])
diff --git a/man/mono.1 b/man/mono.1
index 22ffdeb139e..e2eff1620e7 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -7,7 +7,7 @@
.\" Author:
.\" Miguel de Icaza (miguel@gnu.org)
.\"
-.TH Mono "Mono 3.0"
+.TH Mono "Mono 4.5.2"
.SH NAME
mono \- Mono's ECMA-CLI native code generator (Just-in-Time and Ahead-of-Time)
.SH SYNOPSIS