From fedc9cb2875f6ca7d3831125ae999b22a1a005de Mon Sep 17 00:00:00 2001 From: Benjamin Beurdouche Date: Thu, 16 Sep 2021 20:50:20 +0200 Subject: Bug 1717716 - Set nssckbi version number to 2.52. r=rrelyea --- lib/ckfw/builtins/nssckbi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ckfw/builtins/nssckbi.h b/lib/ckfw/builtins/nssckbi.h index 7f2889a44..64fb075dd 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 50 -#define NSS_BUILTINS_LIBRARY_VERSION "2.50" +#define NSS_BUILTINS_LIBRARY_VERSION_MINOR 52 +#define NSS_BUILTINS_LIBRARY_VERSION "2.52" /* These version numbers detail the semantic changes to the ckfw engine. */ #define NSS_BUILTINS_HARDWARE_VERSION_MAJOR 1 -- cgit v1.2.1