summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/nss/nspr/pr/include/prinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/nss/nspr/pr/include/prinit.h')
-rw-r--r--chromium/third_party/nss/nspr/pr/include/prinit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/nss/nspr/pr/include/prinit.h b/chromium/third_party/nss/nspr/pr/include/prinit.h
index 557f2e2202b..f9787fd7778 100644
--- a/chromium/third_party/nss/nspr/pr/include/prinit.h
+++ b/chromium/third_party/nss/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.2"
+#define PR_VERSION "4.10.4"
#define PR_VMAJOR 4
#define PR_VMINOR 10
-#define PR_VPATCH 2
+#define PR_VPATCH 4
#define PR_BETA PR_FALSE
/*