Author: geirm
Date: Thu Jul 20 15:18:06 2006
New Revision: 424089
URL: http://svn.apache.org/viewvc?rev=424089&view=rev
Log:
make our java look like their java so programs
that are neurotic, like azureus accept us for
who we want to be, if not what we are
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=424089&r1=424088&r2=424089&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/version.h (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/include/version.h Thu Jul 20 15:18:06
2006
@@ -13,10 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-/**
+/**
* @author Alexei Fedotov, Gregory Shimansky
* @version $Revision: 1.1.2.150.2.11.2.560 $
- */
+ */
#ifndef _VERSION_H
#define _VERSION_H
@@ -67,7 +67,7 @@
#define VM_VERSION "Apache Harmony " PATCH_BRANCH "-" EXPAND(PATCH_LEVEL)
-#define VERSION VM_VERSION " (" PATCH_DATE "), " \
+#define VERSION "java version \"1.5.0\" \n" VM_VERSION " (" PATCH_DATE "), " \
VERSION_OS "/" VERSION_ARCH "/" VERSION_COMPILER ", " VERSION_DEBUG_STRING
#endif // _VERSION_H
|