--- old/src/java.desktop/share/classes/sun/java2d/marlin/Version.java 2017-05-16 22:38:10.034565098 +0200 +++ new/src/java.desktop/share/classes/sun/java2d/marlin/Version.java 2017-05-16 22:38:09.926565347 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2017, 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.7.4-Unsafe-OpenJDK"; + private static final String VERSION = "marlin-0.7.5-Unsafe-OpenJDK"; public static String getVersion() { return VERSION;