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--ChangeLog4
-rw-r--r--libmono.vcproj8
-rw-r--r--winconfig.h5
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d3076bc1600..3bcf3503109 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-29 Robert Jordan <robertj@gmx.net>
+
+ * libmono.vcproj, winconfig.h: Reflect recent changes.
+
2007-01-12 Gert Driesen <drieseng@users.sourceforge.net>
* scripts/Makefile.am: Added 'al2'.
diff --git a/libmono.vcproj b/libmono.vcproj
index 8da28c459dd..1f7679e8c61 100644
--- a/libmono.vcproj
+++ b/libmono.vcproj
@@ -1290,6 +1290,14 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\mono\metadata\mono-mlist.c"
+ >
+ </File>
+ <File
+ RelativePath=".\mono\metadata\mono-mlist.h"
+ >
+ </File>
+ <File
RelativePath="mono\metadata\object-internals.h"
>
</File>
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"