diff dmd/Global.d @ 138:90821c10b6a7

2.039
author Trass3r
date Tue, 14 Sep 2010 00:00:24 +0200
parents af1bebfd96a4
children d8565fbd755c
line wrap: on
line diff
--- a/dmd/Global.d	Mon Sep 13 23:29:00 2010 +0200
+++ b/dmd/Global.d	Tue Sep 14 00:00:24 2010 +0200
@@ -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.038";
+    string version_ = "v2.039";
 
     Param params;
     uint errors;	// number of errors reported so far