summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2007-01-16 22:40:21 +0000
committerwtchang%redhat.com <devnull@localhost>2007-01-16 22:40:21 +0000
commitbdbfede58823c88b195d874fc7c2671800d71417 (patch)
tree4f6021f3d7f8e5dc0ed3815aa6da1406dc3a7b28
parent8316d896c47cb4c2ffff9d5364cae70ffe520c92 (diff)
downloadnspr-hg-bdbfede58823c88b195d874fc7c2671800d71417.tar.gz
Set NSPR version to 4.6.5.
-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 3efbfe24..0a43b885 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.5 Beta 2"
+#define PR_VERSION "4.6.5"
#define PR_VMAJOR 4
#define PR_VMINOR 6
#define PR_VPATCH 5
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck