summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2017-05-14 12:12:33 (GMT)
committerRainer Schuetze <r.sagitario@gmx.de>2017-05-14 12:12:33 (GMT)
commitc1c515d00cedc8cb7453616bf0da80141b62454f (patch)
treedba288aea3f9db168a09c081b4dce51876e03b3d /src/main.cpp
parent6a674227105beb86280b2cbe4b46779be3a81d3e (diff)
downloadcv2pdb-c1c515d00cedc8cb7453616bf0da80141b62454f.zip
cv2pdb-c1c515d00cedc8cb7453616bf0da80141b62454f.tar.gz
cv2pdb-c1c515d00cedc8cb7453616bf0da80141b62454f.tar.bz2
add mago support for AA with dmd >= 2.068
prefer struct over class for internal structs handle class/struct property "uniquename" mark source language as 'D' for dmd >= 2.072
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 75f0408..b832d72 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -105,7 +105,7 @@ void makefullpath(TCHAR* pdbname)
int T_main(int argc, TCHAR* argv[])
{
- double Dversion = 2.043;
+ double Dversion = 2.072;
const TCHAR* pdbref = 0;
bool debug = false;