Skip to content

Commit

Permalink
Bug 1656520 - NSPR_4_28_RTM. r=kjacobs UPGRADE_NSPR_RELEASE DONTBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
kaie committed Aug 20, 2020
1 parent 94738e8 commit c46d07c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nsprpub/TAG-INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NSPR_4_28_BETA1
NSPR_4_28_RTM
1 change: 1 addition & 0 deletions nsprpub/config/prdepend.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
*/

#error "Do not include this header file."

1 change: 1 addition & 0 deletions nsprpub/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5587,6 +5587,7 @@ if test -n "$CROSS_COMPILE"; then
linux*) OS_ARCH=Linux ;;
solaris*) OS_ARCH=SunOS OS_RELEASE=5 ;;
mingw*) OS_ARCH=WINNT CPU_ARCH=x86 ;;
cygwin*) OS_ARCH=WINNT ;;
darwin*) OS_ARCH=Darwin ;;
riscos*) OS_ARCH=RISCOS ;;
esac
Expand Down
4 changes: 2 additions & 2 deletions nsprpub/pr/include/prinit.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.28 Beta"
#define PR_VERSION "4.28"
#define PR_VMAJOR 4
#define PR_VMINOR 28
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE

/*
** PRVersionCheck
Expand Down

0 comments on commit c46d07c

Please sign in to comment.