From 545297d64de35db0ee221b52d3778bfc67fb51ec Mon Sep 17 00:00:00 2001 From: Erik Joelsson Date: Mon, 14 Oct 2013 11:36:05 +0200 Subject: [PATCH] 8025612: rt.jar still has old specification value in the manifest Reviewed-by: alanb, dholmes, tbell, wetmore --- jdk/make/tools/manifest.mf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/make/tools/manifest.mf b/jdk/make/tools/manifest.mf index bbfd1c3cfb6..25b7a8b7e9c 100644 --- a/jdk/make/tools/manifest.mf +++ b/jdk/make/tools/manifest.mf @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Specification-Title: Java Platform API Specification -Specification-Version: 1.7 +Specification-Version: 1.8 Specification-Vendor: Oracle Corporation Implementation-Title: Java Runtime Environment Implementation-Version: @@RELEASE@@