Fix the comment at the top of the scons.bat file.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 14 Dec 2001 20:08:18 +0000 (20:08 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 14 Dec 2001 20:08:18 +0000 (20:08 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@156 fdb21ef1-2011-0410-befe-b5e4ea1792b1

src/CHANGES.txt
src/script/scons.bat

index 0f0b8233d0c731c8eb134a2d97b273243595787f..3d47e8449028e3d9141a907eab0c887787c9b3ea 100644 (file)
@@ -8,6 +8,13 @@
 
 
 
+RELEASE 0.02 - 
+
+  - Fixed the version comment in the scons.bat (the UNIX geek used
+    # instead of @rem).
+
+
+
 RELEASE 0.01 - Thu Dec 13 19:25:23 CST 2001
 
 A brief overview of important functionality available in release 0.01:
index ce4faad43b68444b4d6f7f1b0ad920a3bf4d126c..e66b5d1c8560252f1482117cc8e39b6de37b8867 100644 (file)
@@ -1,2 +1,2 @@
-# __FILE__ __REVISION__ __DATE__ __DEVELOPER__
+@rem __FILE__ __REVISION__ __DATE__ __DEVELOPER__
 @python -c "import SCons.Script; SCons.Script.main()" %1 %2 %3 %4 %5 %6 %7 %8 %9