summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Beurdouche <bbeurdouche@mozilla.com>2021-06-10 08:35:11 +0000
committerBenjamin Beurdouche <bbeurdouche@mozilla.com>2021-06-10 08:35:11 +0000
commitf4ba7f612305cee932cffc93fb2e8a4e0abd2658 (patch)
treeb29c0d30739752776677d3062154ca34eab8625d
parentb519a466330c3f96f4a6deaab3f8b4818fd7f321 (diff)
downloadnss-hg-f4ba7f612305cee932cffc93fb2e8a4e0abd2658.tar.gz
Bug 1715720 - Fix nssckbi version number in NSS 3.67 (was supposed to be incremented in 3.66). r=beurdouche
Differential Revision: https://phabricator.services.mozilla.com/D117400
-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 7e4ff765a..7f2889a44 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 48
-#define NSS_BUILTINS_LIBRARY_VERSION "2.48"
+#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 50
+#define NSS_BUILTINS_LIBRARY_VERSION "2.50"
/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1