From c8b3388027fe227f05bbdabbb784b426d65cd482 Mon Sep 17 00:00:00 2001 From: Robert Jordan Date: Mon, 29 Jan 2007 10:00:57 +0000 Subject: 2007-01-29 Robert Jordan * libmono.vcproj, winconfig.h: Reflect recent changes. svn path=/trunk/mono/; revision=71851 --- winconfig.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'winconfig.h') 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" -- cgit v1.2.3