summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Schanck <jschanck@mozilla.com>2022-09-07 15:58:10 +0000
committerJohn M. Schanck <jschanck@mozilla.com>2022-09-07 15:58:10 +0000
commitcd8e96246687158688b4272eb8fc2e66b62c01f5 (patch)
tree69111b73e92a343e3d95d19c4da44f76526f17bb
parent32f12d464100282a9eef9bdea3ab6338e142fd5f (diff)
downloadnss-hg-cd8e96246687158688b4272eb8fc2e66b62c01f5.tar.gz
Bug 1778413 - Set nssckbi version number to 2.58. r=nss-reviewers,bbeurdouche
Depends on D156583 Differential Revision: https://phabricator.services.mozilla.com/D156616
-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 596fe1774..db08ea6a4 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 56
-#define NSS_BUILTINS_LIBRARY_VERSION "2.56"
+#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 58
+#define NSS_BUILTINS_LIBRARY_VERSION "2.58"
/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1