Index: nss/lib/ckfw/builtins/nssckbi.h |
diff --git a/nss/lib/ckfw/builtins/nssckbi.h b/nss/lib/ckfw/builtins/nssckbi.h |
index 5ef3a49fbc8a0ea7e310c088ef96905476aa80b3..613f6eb653a7875c6519c77a519f7045ed3c3884 100644 |
--- a/nss/lib/ckfw/builtins/nssckbi.h |
+++ b/nss/lib/ckfw/builtins/nssckbi.h |
@@ -18,7 +18,7 @@ |
#define NSS_BUILTINS_CRYPTOKI_VERSION_MAJOR 2 |
#define NSS_BUILTINS_CRYPTOKI_VERSION_MINOR 20 |
-/* These version numbers detail the changes |
+/* These version numbers detail the changes |
* to the list of trusted certificates. |
* |
* The NSS_BUILTINS_LIBRARY_VERSION_MINOR macro needs to be bumped |
@@ -45,14 +45,14 @@ |
* of the comment in the CK_VERSION type definition. |
*/ |
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 2 |
-#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 6 |
-#define NSS_BUILTINS_LIBRARY_VERSION "2.6" |
+#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 7 |
+#define NSS_BUILTINS_LIBRARY_VERSION "2.7" |
/* These version numbers detail the semantic changes to the ckfw engine. */ |
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1 |
#define NSS_BUILTINS_HARDWARE_VERSION_MINOR 0 |
-/* These version numbers detail the semantic changes to ckbi itself |
+/* These version numbers detail the semantic changes to ckbi itself |
* (new PKCS #11 objects), etc. */ |
#define NSS_BUILTINS_FIRMWARE_VERSION_MAJOR 1 |
#define NSS_BUILTINS_FIRMWARE_VERSION_MINOR 0 |