diff dmd/Global.d @ 96:acd69f84627e

further work
author Trass3r
date Tue, 31 Aug 2010 02:12:15 +0200
parents 43073c7c7769
children e28b18c23469
line wrap: on
line diff
--- a/dmd/Global.d	Mon Aug 30 23:08:44 2010 +0200
+++ b/dmd/Global.d	Tue Aug 31 02:12:15 2010 +0200
@@ -38,7 +38,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.035";
+    string version_ = "v2.036";
 
     Param params;
     uint errors;	// number of errors reported so far