summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2005-04-19 22:53:45 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2005-04-19 22:53:45 +0000
commit4a5bf1a08951d0471b58ba1b962b83b0a8162b1f (patch)
tree75b60cc88a60ea259ccc00225546b39a26ee7152
parent35cce18b3748e201a02403aa3a374a3e78fb053a (diff)
downloadnspr-hg-4a5bf1a08951d0471b58ba1b962b83b0a8162b1f.tar.gz
Changing beta flag to RTM.
-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 6eb38430..ca7849bf 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -60,11 +60,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.5.2 Beta"
+#define PR_VERSION "4.5.2"
#define PR_VMAJOR 4
#define PR_VMINOR 5
#define PR_VPATCH 2
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck