jdk/src/macosx/classes/apple/security/AppleProvider.java
changeset 22121 b1aa108cccb5
parent 20485 8af87f3d549c
child 23649 f4f882f0056b
--- a/jdk/src/macosx/classes/apple/security/AppleProvider.java	Tue Jan 07 12:56:29 2014 -0800
+++ b/jdk/src/macosx/classes/apple/security/AppleProvider.java	Tue Jan 07 14:35:57 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2014, 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
@@ -43,7 +43,7 @@
 
     public AppleProvider() {
         /* We are the Apple provider */
-        super("Apple", 1.8d, info);
+        super("Apple", 1.9d, info);
 
         AccessController.<Object>doPrivileged(new java.security.PrivilegedAction<Object>() {
             public Object run() {