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

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

Issue 1843333003: Update NSPR to 4.12 and NSS to 3.23 on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@master
Patch Set: Created 4 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
Index: nspr/pr/include/prinit.h
diff --git a/nspr/pr/include/prinit.h b/nspr/pr/include/prinit.h
index 93749e634b720282f61737d318621069da448cbb..523c2b97fa436fe75b0e4815319aaa933ca304c4 100644
--- a/nspr/pr/include/prinit.h
+++ b/nspr/pr/include/prinit.h
@@ -31,9 +31,9 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.11"
+#define PR_VERSION "4.12"
#define PR_VMAJOR 4
-#define PR_VMINOR 11
+#define PR_VMINOR 12
#define PR_VPATCH 0
#define PR_BETA PR_FALSE
« no previous file with comments | « nspr/pr/include/prenv.h ('k') | nspr/pr/src/io/prlog.c » ('j') | nss/lib/util/secoid.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698