[ecj] Patch: FYI: update version
Tom Tromey
tromey@redhat.com
Sun Jul 16 21:12:00 GMT 2006
I'm checking this in on the gcj-eclipse branch.
This changes libgcj to claim to be a '1.5.0' VM.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
* configure.ac (JV_API_VERSION, JV_VERSION): Claim 1.5.
Index: configure.ac
===================================================================
--- configure.ac (revision 115453)
+++ configure.ac (working copy)
@@ -1267,8 +1267,8 @@
AC_SUBST(GCJVERSION)
AC_DEFINE_UNQUOTED(GCJVERSION, "$GCJVERSION", [Short GCJ version ID])
-AC_DEFINE(JV_VERSION, "1.4.2", [Compatibility version string])
-AC_DEFINE(JV_API_VERSION, "1.4", [API compatibility version string])
+AC_DEFINE(JV_VERSION, "1.5.0", [Compatibility version string])
+AC_DEFINE(JV_API_VERSION, "1.5", [API compatibility version string])
TL_AC_GXX_INCLUDE_DIR
More information about the Java-patches
mailing list