diff -r 5ded5b92c173 -r 8af87f3d549c jdk/src/share/classes/sun/security/smartcardio/SunPCSC.java --- a/jdk/src/share/classes/sun/security/smartcardio/SunPCSC.java Mon Sep 30 14:28:53 2013 +0200 +++ b/jdk/src/share/classes/sun/security/smartcardio/SunPCSC.java Thu Sep 19 11:59:14 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2013, 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 @@ -40,7 +40,7 @@ private static final long serialVersionUID = 6168388284028876579L; public SunPCSC() { - super("SunPCSC", 1.7d, "Sun PC/SC provider"); + super("SunPCSC", 1.8d, "Sun PC/SC provider"); AccessController.doPrivileged(new PrivilegedAction() { public Void run() { put("TerminalFactory.PC/SC", "sun.security.smartcardio.SunPCSC$Factory");