[Vm-dev] [commit] r2134 - update interp.h from vmm-138 to get VMMAKER_VERSION

commits at squeakvm.org commits at squeakvm.org
Wed Sep 16 21:22:43 UTC 2009


Author: piumarta
Date: 2009-09-16 14:22:43 -0700 (Wed, 16 Sep 2009)
New Revision: 2134

Modified:
   trunk/platforms/unix/ChangeLog
   trunk/platforms/unix/src/vm/interp.h
Log:
update interp.h from vmm-138 to get VMMAKER_VERSION

Modified: trunk/platforms/unix/ChangeLog
===================================================================
--- trunk/platforms/unix/ChangeLog	2009-09-16 21:12:41 UTC (rev 2133)
+++ trunk/platforms/unix/ChangeLog	2009-09-16 21:22:43 UTC (rev 2134)
@@ -1,3 +1,7 @@
+2009-09-16    <piumarta at ubuntu.piumarta.com>
+
+	* src/vm/interp.h: Defines VMMAKER_VERSION as per VMM-138.
+
 2009-09-16  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
 
 	* cmake/configure: Properly convey --src --CFLAGS values to cmake.

Modified: trunk/platforms/unix/src/vm/interp.h
===================================================================
--- trunk/platforms/unix/src/vm/interp.h	2009-09-16 21:12:41 UTC (rev 2133)
+++ trunk/platforms/unix/src/vm/interp.h	2009-09-16 21:22:43 UTC (rev 2134)
@@ -1,7 +1,9 @@
-/* Automatically generated from Squeak on an Array(26 August 2009 9:59:45 pm)
+/* Automatically generated from Squeak on an Array(16 September 2009 2:17:05 pm)
 by VMMaker 3.11.3
  */
 
+#define VMMAKER_VERSION "3.11.3"
+
 #define SQ_VI_BYTES_PER_WORD 4
 
 #ifndef allocateMemoryMinimumImageFileHeaderSize



More information about the Vm-dev mailing list