Index: nss/lib/nss/nss.h |
diff --git a/nss/lib/nss/nss.h b/nss/lib/nss/nss.h |
index c11b0dc4b70c8a2bc3980c9493f294d34518f5a0..1eafc6a1aee4e4e3a5962d634e831ff5c4242eb0 100644 |
--- a/nss/lib/nss/nss.h |
+++ b/nss/lib/nss/nss.h |
@@ -33,12 +33,12 @@ |
* The format of the version string should be |
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]" |
*/ |
-#define NSS_VERSION "3.16" _NSS_ECC_STRING _NSS_CUSTOMIZED |
+#define NSS_VERSION "3.16.2" _NSS_ECC_STRING _NSS_CUSTOMIZED " Beta" |
#define NSS_VMAJOR 3 |
#define NSS_VMINOR 16 |
-#define NSS_VPATCH 0 |
+#define NSS_VPATCH 2 |
#define NSS_VBUILD 0 |
-#define NSS_BETA PR_FALSE |
+#define NSS_BETA PR_TRUE |
#ifndef RC_INVOKED |