summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-10-23 22:18:33 +0000
committerwtchang%redhat.com <devnull@localhost>2005-10-23 22:18:33 +0000
commit7f10885c7e8cad998dcddf5e4af3328b9c424604 (patch)
tree9afe65c6782ced75ebc04f3fa2fc8c5491fbfc78
parent9bb5dd01a53e99c14f986a2679a01f8f5b769785 (diff)
downloadnspr-hg-7f10885c7e8cad998dcddf5e4af3328b9c424604.tar.gz
Set NSPR version to 4.6.1.
Tag: NSPR_4_6_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 e7ca7bce..029cfccb 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -63,11 +63,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.6.1 Beta"
+#define PR_VERSION "4.6.1"
#define PR_VMAJOR 4
#define PR_VMINOR 6
#define PR_VPATCH 1
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck