| 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
|
|
|
|
|