summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Beurdouche <bbeurdouche@mozilla.com>2023-01-10 18:39:51 +0100
committerBenjamin Beurdouche <bbeurdouche@mozilla.com>2023-01-10 18:39:51 +0100
commitc1f60cb264123ea16d902b66ea1298cb17fe1f3d (patch)
tree848ea9a321a69124ab82557430f618bdd3b949e1
parenta013aad41ec41f1394618651df0a68ba30915a19 (diff)
downloadnss-hg-c1f60cb264123ea16d902b66ea1298cb17fe1f3d.tar.gz
Set nssckbi version number to 2.55
-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 45565173f..3573528d0 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 54
-#define NSS_BUILTINS_LIBRARY_VERSION "2.54"
+#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 55
+#define NSS_BUILTINS_LIBRARY_VERSION "2.55"
/* These version numbers detail the semantic changes to the ckfw engine. */
#define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1