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:
authorRobert Jordan <robertj@gmx.net>2007-01-29 13:00:57 +0300
committerRobert Jordan <robertj@gmx.net>2007-01-29 13:00:57 +0300
commitc8b3388027fe227f05bbdabbb784b426d65cd482 (patch)
tree32a6cd169fb0369967efcfdc28e77aab0af73fb9 /winconfig.h
parentf7168e526b1e1ffb16ecc9af8d7a0c04e5f2fecb (diff)
2007-01-29 Robert Jordan <robertj@gmx.net>
* libmono.vcproj, winconfig.h: Reflect recent changes. svn path=/trunk/mono/; revision=71851
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/winconfig.h b/winconfig.h
index 88db8240757..47d351930c1 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -39,6 +39,9 @@
/* #undef HAVE_SCANDIR */
/* #undef HAVE_WORKING_SIGALTSTACK */
+/* The architecture this is running on */
+#define ARCHITECTURE "x86"
+
/* String of disabled features */
#define DISABLED_FEATURES "none"
@@ -433,4 +436,4 @@
#define USED_GC_NAME "Included Boehm (with typed GC)"
/* Version number of package */
-#define VERSION "1.1.15"
+#define VERSION "1.2"