[Vm-dev] [commit] r2091 - Update VM version to 3.11.4.

commits at squeakvm.org commits at squeakvm.org
Wed Aug 26 05:24:14 UTC 2009


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)
 
 /********************************************************/



More information about the Vm-dev mailing list