diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-06 17:13:09 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-06 17:13:09 +0100 |
commit | 2529b2edece0a0ed86553d1e73eef13c3848bf64 (patch) | |
tree | 78a22bd12d679ab532db490d631ee69fa085aec1 /security/nss/lib/util/nssutil.h | |
parent | c0ab25726daf60ded65903d54b8cccaf0cb46661 (diff) | |
download | UXP-2529b2edece0a0ed86553d1e73eef13c3848bf64.tar UXP-2529b2edece0a0ed86553d1e73eef13c3848bf64.tar.gz UXP-2529b2edece0a0ed86553d1e73eef13c3848bf64.tar.lz UXP-2529b2edece0a0ed86553d1e73eef13c3848bf64.tar.xz UXP-2529b2edece0a0ed86553d1e73eef13c3848bf64.zip |
Update NSS version.
Diffstat (limited to 'security/nss/lib/util/nssutil.h')
-rw-r--r-- | security/nss/lib/util/nssutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/util/nssutil.h b/security/nss/lib/util/nssutil.h index f880fb55e..44226cfeb 100644 --- a/security/nss/lib/util/nssutil.h +++ b/security/nss/lib/util/nssutil.h @@ -19,10 +19,10 @@ * The format of the version string should be * "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]" */ -#define NSSUTIL_VERSION "3.41.3" +#define NSSUTIL_VERSION "3.41.4" #define NSSUTIL_VMAJOR 3 #define NSSUTIL_VMINOR 41 -#define NSSUTIL_VPATCH 3 +#define NSSUTIL_VPATCH 4 #define NSSUTIL_VBUILD 0 #define NSSUTIL_BETA PR_FALSE |