diff dmd/Global.d @ 75:cfa3747ebe4c

Changed dmd to ddmd in the "usage" message and added "ported to D by community" to desription to distinguish from pure dmd build
author korDen
date Sun, 29 Aug 2010 12:59:00 +0400
parents ef02e2e203c2
children 43073c7c7769
line wrap: on
line diff
--- a/dmd/Global.d	Sun Aug 29 09:43:40 2010 +0100
+++ b/dmd/Global.d	Sun Aug 29 12:59:00 2010 +0400
@@ -29,7 +29,7 @@
     string ddoc_ext	= "ddoc";;	// for Ddoc macro include files
     string hdr_ext	= "di";	// for D 'header' import files
     string copyright= "Copyright (c) 1999-2009 by Digital Mars";
-    string written	= "written by Walter Bright";
+    string written	= "written by Walter Bright, ported to D by community";
 ///version (TARGET_NET) {
 ///    "\nMSIL back-end (alpha release) by Cristian L. Vlasceanu and associates.";
 ///}