From 21f8cf3cba6b06887d092ddf5e70cae67679b4bd Mon Sep 17 00:00:00 2001 From: "wtc%google.com" Date: Mon, 11 Aug 2008 23:16:44 +0000 Subject: [PATCH] Set NSPR version to 4.7.2 Beta 1. --- nsprpub/pr/include/prinit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsprpub/pr/include/prinit.h b/nsprpub/pr/include/prinit.h index 2373eb4eeb0..a3b1e4c0c49 100644 --- a/nsprpub/pr/include/prinit.h +++ b/nsprpub/pr/include/prinit.h @@ -63,7 +63,7 @@ PR_BEGIN_EXTERN_C ** The format of the version string is ** ".[.] []" */ -#define PR_VERSION "4.7.2 Beta" +#define PR_VERSION "4.7.2 Beta 1" #define PR_VMAJOR 4 #define PR_VMINOR 7 #define PR_VPATCH 2