# HG changeset patch # User simonis # Date 1459787751 -7200 # Mon Apr 04 18:35:51 2016 +0200 # Node ID 2577266f8afe9e817b79f3ea63a6a46eb11eacf6 # Parent 55b6d550828d1223b364e6ead4a56e56411c56df 8149519: Investigate implementation of java.specification.version diff --git a/common/autoconf/spec.gmk.in b/common/autoconf/spec.gmk.in --- a/common/autoconf/spec.gmk.in +++ b/common/autoconf/spec.gmk.in @@ -165,8 +165,8 @@ VERSION_STRING := @VERSION_STRING@ # The short version string, without trailing zeroes and just PRE, if present. VERSION_SHORT := @VERSION_SHORT@ -# The Java specification version. It should be equal to version number. -VERSION_SPECIFICATION := @VERSION_NUMBER@ +# The Java specification version. It usually equals to the major version number. +VERSION_SPECIFICATION := @VERSION_MAJOR@ # A GA version is defined by the PRE string being empty. Rather than testing for # that, this variable defines it with true/false. VERSION_IS_GA := @VERSION_IS_GA@