diff options
author | Kevin Jacobs <kjacobs@mozilla.com> | 2020-09-11 22:03:50 +0000 |
---|---|---|
committer | Kevin Jacobs <kjacobs@mozilla.com> | 2020-09-11 22:03:50 +0000 |
commit | 10161a8b5a12012f625321b4b1160fbc34436229 (patch) | |
tree | ac9d85fb012e07952512ea64b50ac464fb61b5f6 /lib/ckfw | |
parent | e91d198dabb7eab5949ac7661e393028d8905d7e (diff) | |
download | nss-hg-10161a8b5a12012f625321b4b1160fbc34436229.tar.gz |
Bug 1663049 - September 2020 batch of root changes, NSS_BUILTINS_LIBRARY_VERSION 2.44. r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D89968
Diffstat (limited to 'lib/ckfw')
-rw-r--r-- | lib/ckfw/builtins/nssckbi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ckfw/builtins/nssckbi.h b/lib/ckfw/builtins/nssckbi.h index ace248f4b..23269845a 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 42 -#define NSS_BUILTINS_LIBRARY_VERSION "2.42" +#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 44 +#define NSS_BUILTINS_LIBRARY_VERSION "2.44" /* These version numbers detail the semantic changes to the ckfw engine. */ #define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1 |