summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2012-11-21 07:05:58 +0000
committerwtc%google.com <devnull@localhost>2012-11-21 07:05:58 +0000
commitd9c8d2f45d5276f5e410c8317d2083a42a503fe9 (patch)
treee01fd418831ffb3077b7c5cb968d821e943f6718
parentbeaf288280f9621fcafcbe13d7eb87701d03c3d3 (diff)
downloadnspr-hg-NSPR_4_9_4_RTM.tar.gz
Set NSPR version to 4.9.4.NSPR_4_9_4_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 fdf93187..ddfaf617 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.9.4 Beta"
+#define PR_VERSION "4.9.4"
#define PR_VMAJOR 4
#define PR_VMINOR 9
#define PR_VPATCH 4
-#define PR_BETA PR_TRUE
+#define PR_BETA PR_FALSE
/*
** PRVersionCheck