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

Unified Diff: nss/lib/softoken/softkver.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/softoken/sdb.c ('k') | nss/lib/ssl/sslerr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/softoken/softkver.h
diff --git a/nss/lib/softoken/softkver.h b/nss/lib/softoken/softkver.h
index 1faa28f8242663462732360cc51f6b331cacd0be..d3de246f8b081fb68b5488612ba1fb4c9fa86245 100644
--- a/nss/lib/softoken/softkver.h
+++ b/nss/lib/softoken/softkver.h
@@ -25,11 +25,11 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
-#define SOFTOKEN_VERSION "3.16.5" SOFTOKEN_ECC_STRING
+#define SOFTOKEN_VERSION "3.18" SOFTOKEN_ECC_STRING
#define SOFTOKEN_VMAJOR 3
-#define SOFTOKEN_VMINOR 16
-#define SOFTOKEN_VPATCH 5
-#define SOFTOKEN_VBUILD 0
+#define SOFTOKEN_VMINOR 18
+#define SOFTOKEN_VPATCH 0
+#define SOFTOKEN_VBUILD 2
#define SOFTOKEN_BETA PR_FALSE
#endif /* _SOFTKVER_H_ */
« no previous file with comments | « nss/lib/softoken/sdb.c ('k') | nss/lib/ssl/sslerr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698