< prev index next >

openjfx9/modules/javafx.graphics/src/main/java/com/sun/marlin/Version.java

Print this page

        

*** 21,35 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package sun.java2d.marlin; public final class Version { ! private static final String VERSION = "marlin-0.7.4-Unsafe-OpenJDK"; public static String getVersion() { return VERSION; } --- 21,35 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package com.sun.marlin; public final class Version { ! private static final String VERSION = "marlinFX-0.7.5-Unsafe-OpenJDK"; public static String getVersion() { return VERSION; }
< prev index next >