diff dmd/Global.d @ 130:60bb0fe4563e

dmdfe 2.037 first main iteration
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Thu, 09 Sep 2010 22:51:44 +0100
parents e28b18c23469
children af1bebfd96a4
line wrap: on
line diff
--- a/dmd/Global.d	Sun Sep 05 15:32:22 2010 +0400
+++ b/dmd/Global.d	Thu Sep 09 22:51:44 2010 +0100
@@ -39,7 +39,7 @@
     string[] path;	// Array of char*'s which form the import lookup path
     string[] filePath;	// Array of char*'s which form the file import lookup path
     int structalign = 8;
-    string version_ = "v2.036";
+    string version_ = "v2.037";
 
     Param params;
     uint errors;	// number of errors reported so far