You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/06/15 22:01:08 UTC

svn commit: r414666 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/version.h

Author: geirm
Date: Thu Jun 15 13:01:08 2006
New Revision: 414666

URL: http://svn.apache.org/viewvc?rev=414666&view=rev
Log:
new version now that it's here. :)


Modified:
    incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/version.h

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/version.h
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/version.h?rev=414666&r1=414665&r2=414666&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/version.h (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/version.h Thu Jun 15 13:01:08 2006
@@ -22,7 +22,7 @@
 
 // These macros are automatically updated upon commit.
 // PLEASE DO NOT TOUCH
-#define PATCH_BRANCH "DRL-M1-Harmony"
+#define PATCH_BRANCH "DRLVM HEAD"
 #define PATCH_LEVEL 4807
 #define PATCH_DATE "2006-05-02"
 // end of automatically updated macros
@@ -65,7 +65,7 @@
 #define VERSION_ARCH "ia32"
 #endif
 
-#define VM_VERSION "DRL " PATCH_BRANCH "-" EXPAND(PATCH_LEVEL)
+#define VM_VERSION "Apache Harmony " PATCH_BRANCH "-" EXPAND(PATCH_LEVEL)
 
 #define VERSION VM_VERSION " (" PATCH_DATE "), " \
     VERSION_OS "/" VERSION_ARCH "/" VERSION_COMPILER ", " VERSION_DEBUG_STRING