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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-07 04:16:54 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-08 00:19:19 +0300
commit361691c2a6bb658d2e623375eb84fe906df09112 (patch)
treeea001523afd546a30f6aa26556931afd455e2c1c /winconfig.h
parent53ad517b70888a22e75132072051e5be4ff4d637 (diff)
[msvc] Automatically update (win-)config.h with the correct version number
A small powershell command grabs the version number from configure.ac and uses it during winsetup.bat, this way we don't have to manually keep them in sync.
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winconfig.h b/winconfig.h
index 21f4fe7b1bb..64c8ba1b3a5 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -645,5 +645,5 @@
/* #undef USE_MONO_MUTEX */
/* Version number of package */
-#define VERSION "4.1.0"
+#define VERSION "#MONO_VERSION#"
#endif