diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-20 11:59:36 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-20 11:59:36 +0100 |
commit | 722161775b9ec9314d1b02f567e42b83115cf993 (patch) | |
tree | 7c74869fc0611900ad8ac9da183005a481c62324 /security/nss/lib/util/nssutil.h | |
parent | 71d8ada4a9335075014f41798fa1684be6c148d9 (diff) | |
download | UXP-722161775b9ec9314d1b02f567e42b83115cf993.tar UXP-722161775b9ec9314d1b02f567e42b83115cf993.tar.gz UXP-722161775b9ec9314d1b02f567e42b83115cf993.tar.lz UXP-722161775b9ec9314d1b02f567e42b83115cf993.tar.xz UXP-722161775b9ec9314d1b02f567e42b83115cf993.zip |
Issue #1338 - Bump NSS version
Our NSS version is closer to the currently-released .1, so bump version
to that.
Note: we still have some additional patches to the in-tree version in
place so this isn't a 100% match to the RTM one.
Diffstat (limited to 'security/nss/lib/util/nssutil.h')
-rw-r--r-- | security/nss/lib/util/nssutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/util/nssutil.h b/security/nss/lib/util/nssutil.h index bbfec5000..4a4dd7a53 100644 --- a/security/nss/lib/util/nssutil.h +++ b/security/nss/lib/util/nssutil.h @@ -22,7 +22,7 @@ #define NSSUTIL_VERSION "3.48" #define NSSUTIL_VMAJOR 3 #define NSSUTIL_VMINOR 48 -#define NSSUTIL_VPATCH 0 +#define NSSUTIL_VPATCH 1 #define NSSUTIL_VBUILD 0 #define NSSUTIL_BETA PR_FALSE |