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

Unified Diff: nspr/pr/include/prinit.h

Issue 1504923011: Update NSS to 3.21 RTM and NSPR to 4.11 RTM (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 5 years 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
Index: nspr/pr/include/prinit.h
diff --git a/nspr/pr/include/prinit.h b/nspr/pr/include/prinit.h
index 5cdf6d24c91f6b70923f8330bd308199b6c6733b..93749e634b720282f61737d318621069da448cbb 100644
--- a/nspr/pr/include/prinit.h
+++ b/nspr/pr/include/prinit.h
@@ -31,10 +31,10 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.10.8"
+#define PR_VERSION "4.11"
#define PR_VMAJOR 4
-#define PR_VMINOR 10
-#define PR_VPATCH 8
+#define PR_VMINOR 11
+#define PR_VPATCH 0
#define PR_BETA PR_FALSE
/*

Powered by Google App Engine
This is Rietveld 408576698