summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-06-13 22:31:23 +0000
committerwtc%netscape.com <devnull@localhost>2002-06-13 22:31:23 +0000
commit65c0d443669d18c53369b32869ce61335b2859a5 (patch)
treefb218d62358fa42470b975d6dbc8e1824426bc1d
parentf44a3b2c7a54ee7639b1666f4076e16cc950209f (diff)
downloadnspr-hg-65c0d443669d18c53369b32869ce61335b2859a5.tar.gz
Set NSPR version to 4.2.1 Beta.
Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/include/prinit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/include/prinit.h b/pr/include/prinit.h
index 0e8e124c..1635c2d1 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -60,10 +60,10 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.2 Beta"
+#define PR_VERSION "4.2.1 Beta"
#define PR_VMAJOR 4
#define PR_VMINOR 2
-#define PR_VPATCH 0
+#define PR_VPATCH 1
#define PR_BETA PR_TRUE
/*