summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--src/main.cpp2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index ee130b9..5f21471 100644
--- a/CHANGES
+++ b/CHANGES
@@ -136,4 +136,5 @@ Version history
2010-12-03 Version 0.19
* now converting only class pointers to references, not pointers to structs or void
-
+ * changed default D-version to 2.043 to create correct associative array type
+ information for recent compilers by default
diff --git a/src/main.cpp b/src/main.cpp
index 2c6da50..96864cc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -91,7 +91,7 @@ int main(int argc, char** argv)
}
PEImage img;
- double Dversion = 2;
+ double Dversion = 2.043;
while (argc > 1 && argv[1][0] == '-')
{