summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Beurdouche <bbeurdouche@mozilla.com>2021-09-16 20:50:20 +0200
committerBenjamin Beurdouche <bbeurdouche@mozilla.com>2021-09-16 20:50:20 +0200
commitfedc9cb2875f6ca7d3831125ae999b22a1a005de (patch)
treef411b2800abf105dbf65dbc0a1cb687d845a609b
parent9b560f4f1edd8414d6e59a3d26d272665bdc3d5a (diff)
downloadnss-hg-fedc9cb2875f6ca7d3831125ae999b22a1a005de.tar.gz
Bug 1717716 - Set nssckbi version number to 2.52. r=rrelyeaNSS_3_71_BETA1
-rw-r--r--lib/ckfw/builtins/nssckbi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ckfw/builtins/nssckbi.h b/lib/ckfw/builtins/nssckbi.h
index 7f2889a44..64fb075dd 100644
--- a/lib/ckfw/builtins/nssckbi.h
+++ b/lib/ckfw/builtins/nssckbi.h
@@ -46,8 +46,8 @@
* It's recommend to switch back to 0 after having reached version 98/99.
*/
#define NSS_BUILTINS_LIBRARY_VERSION_MAJOR 2
-#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 50
-#define NSS_BUILTINS_LIBRARY_VERSION "2.50"
+#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 52
+#define NSS_BUILTINS_LIBRARY_VERSION "2.52"
/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1