--- old/src/java.desktop/share/classes/sun/java2d/marlin/Version.java 2018-02-15 13:11:18.400541880 +0100 +++ new/src/java.desktop/share/classes/sun/java2d/marlin/Version.java 2018-02-15 13:11:18.252537829 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -27,7 +27,7 @@ public final class Version { - private static final String VERSION = "marlin-0.8.2-Unsafe-OpenJDK"; + private static final String VERSION = "marlin-0.9.1-Unsafe-OpenJDK"; public static String getVersion() { return VERSION;