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--ChangeLog6
-rw-r--r--winconfig.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c7fafb0a9c..29c874c4078 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-10 Jonathan Chambers <joncham@gmail.com>
+
+ * winconfig.h: Bump version string to 2.7.
+
+ Contributed under MIT/X11 license.
+
2009-11-09 Zoltan Varga <vargaz@gmail.com>
* configure.in: Define LLVM_MAJOR/MINOR_VERSION defines to allow working
diff --git a/winconfig.h b/winconfig.h
index 62f8cfd6275..982555bcf7f 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -600,4 +600,4 @@
/* #undef USE_MONO_MUTEX */
/* Version number of package */
-#define VERSION "2.0"
+#define VERSION "2.7"