summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-10-23 15:56:18 +0000
committerwtchang%redhat.com <devnull@localhost>2005-10-23 15:56:18 +0000
commit17ceae83a35a924e87267dcc0be6a655fe3ab474 (patch)
tree9afe65c6782ced75ebc04f3fa2fc8c5491fbfc78
parent863914758e7375ee660b6d8ab101fe401cbf19e8 (diff)
downloadnspr-hg-17ceae83a35a924e87267dcc0be6a655fe3ab474.tar.gz
Bugzilla Bug 313319: set NSPR version to 4.6.1. r=darin. a=asa for
mozilla1.8rc1. Tag: MOZILLA_1_8_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