summaryrefslogtreecommitdiffstats
path: root/tools/configure/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/environment.h')
-rw-r--r--tools/configure/environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/environment.h b/tools/configure/environment.h
index 58e9c18137..51a6c6f031 100644
--- a/tools/configure/environment.h
+++ b/tools/configure/environment.h
@@ -54,7 +54,7 @@ enum Compiler {
CC_NET2005 = 0x80,
CC_NET2008 = 0x90,
CC_NET2010 = 0xA0,
- CC_NET11 = 0xB0
+ CC_NET2012 = 0xB0
};
struct CompilerInfo;