compiler/compiler.rc
changeset 8 c2de4aaa2670
parent 7 cccc239c8833
child 10 5df5a2f8e4b5
--- a/compiler/compiler.rc	Thu Oct 30 21:22:38 2014 +0000
+++ b/compiler/compiler.rc	Tue Nov 04 00:17:12 2014 +0000
@@ -4,7 +4,7 @@
 //
 VS_VERSION_INFO VERSIONINFO
   FILEVERSION     6,2,32767,32767
-  PRODUCTVERSION  6,2,3,0
+  PRODUCTVERSION  6,2,4,0
 #if (__BORLANDC__)
   FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
   FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
@@ -21,11 +21,11 @@
       VALUE "CompanyName", "My Company\0"
       VALUE "FileDescription", "Class Library (LIB)\0"
       VALUE "FileVersion", "6.2.32767.32767\0"
-      VALUE "InternalName", "jv:dart/compiler\0"
+      VALUE "InternalName", "ctu:dart/compiler\0"
       VALUE "LegalCopyright", "My CopyRight or CopyLeft\0"
       VALUE "ProductName", "ProductName\0"
-      VALUE "ProductVersion", "6.2.3.0\0"
-      VALUE "ProductDate", "Fri, 11 Jan 2013 15:52:43 GMT\0"
+      VALUE "ProductVersion", "6.2.4.0\0"
+      VALUE "ProductDate", "Tue, 04 Nov 2014 00:16:20 GMT\0"
     END
 
   END