[commit] r2091 - Update VM version to 3.11.4.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2091 - Update VM version to 3.11.4.

commits-3
 
Author: andreas
Date: 2009-08-25 22:24:14 -0700 (Tue, 25 Aug 2009)
New Revision: 2091

Modified:
   trunk/platforms/win32/vm/sqWin32.h
Log:
Update VM version to 3.11.4.

Modified: trunk/platforms/win32/vm/sqWin32.h
===================================================================
--- trunk/platforms/win32/vm/sqWin32.h 2009-08-26 05:23:21 UTC (rev 2090)
+++ trunk/platforms/win32/vm/sqWin32.h 2009-08-26 05:24:14 UTC (rev 2091)
@@ -241,7 +241,7 @@
 #define VERSION ""
 #endif
 
-#define VM_VERSION TEXT("Squeak 3.11.3 (beta) from ") TEXT(__DATE__) \
+#define VM_VERSION TEXT("Squeak 3.11.4 (beta) from ") TEXT(__DATE__) \
  TEXT("\n") TEXT("Compiler: ") TEXT(COMPILER) TEXT(VERSION)
 
 /********************************************************/