summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn M. Schanck <jschanck@mozilla.com>2022-11-29 19:29:25 +0000
committerJohn M. Schanck <jschanck@mozilla.com>2022-11-29 19:29:25 +0000
commite99c77e5257fe656ea93af83f369e14f3cc47d54 (patch)
tree13fd2b9251f7083f5515a647e281f7b4009b9c8c /lib
parentc808bda03b9b393e347d93e19851b10e44b651bd (diff)
downloadnss-hg-e99c77e5257fe656ea93af83f369e14f3cc47d54.tar.gz
Bug 1794506 - Set nssckbi version number to 2.60. r=nss-reviewers,bbeurdouche
Depends on D162769 Differential Revision: https://phabricator.services.mozilla.com/D162770
Diffstat (limited to 'lib')
-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 db08ea6a4..766e7d7e1 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 58
-#define NSS_BUILTINS_LIBRARY_VERSION "2.58"
+#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 60
+#define NSS_BUILTINS_LIBRARY_VERSION "2.60"
/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1