Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Unified Diff: nss/lib/nss/nss.h

Issue 1017413002: Uprev NSS to 3.18 RTM (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@nspr_uprev
Patch Set: Rebased Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.c ('k') | nss/lib/pk11wrap/dev3hack.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/nss/nss.h
diff --git a/nss/lib/nss/nss.h b/nss/lib/nss/nss.h
index 502ce27084f0311f50410094be6ef42691bef7a1..e596f00b797b71bf66a42e6bee9088e2a16ea504 100644
--- a/nss/lib/nss/nss.h
+++ b/nss/lib/nss/nss.h
@@ -33,11 +33,11 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
-#define NSS_VERSION "3.16.5" _NSS_ECC_STRING _NSS_CUSTOMIZED
+#define NSS_VERSION "3.18" _NSS_ECC_STRING _NSS_CUSTOMIZED
#define NSS_VMAJOR 3
-#define NSS_VMINOR 16
-#define NSS_VPATCH 5
-#define NSS_VBUILD 0
+#define NSS_VMINOR 18
+#define NSS_VPATCH 0
+#define NSS_VBUILD 2
#define NSS_BETA PR_FALSE
#ifndef RC_INVOKED
« no previous file with comments | « nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_x500name.c ('k') | nss/lib/pk11wrap/dev3hack.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698