Skip to content

Commit

Permalink
Bug 713936, Part 3: Update to NSPR 4.9 RTM (NSPR_4_9_RTM), r=kaie, a=…
Browse files Browse the repository at this point in the history
…akeybl
  • Loading branch information
Brian Smith committed Feb 17, 2012
1 parent 99e071d commit e2bbad1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nsprpub/TAG-INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NSPR_4_9_BETA7
NSPR_4_9_RTM
1 change: 0 additions & 1 deletion nsprpub/config/prdepend.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@

#error "Do not include this header file."


4 changes: 2 additions & 2 deletions nsprpub/pr/include/prinit.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.9 Beta"
#define PR_VERSION "4.9"
#define PR_VMAJOR 4
#define PR_VMINOR 9
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE

/*
** PRVersionCheck
Expand Down

0 comments on commit e2bbad1

Please sign in to comment.