author | Kai Engert <kaie@kuix.de> |
Thu, 18 Jan 2018 14:02:42 +0100 | |
changeset 399872 | 2e91a03fa6b8e72435aed05993dff55ec4ce0047 |
parent 399871 | 398fb8533bcb1ca48b5977ef04e3efa97b089214 |
child 399873 | e7d03e11f55a7f9d3dd22017cfeb8a88634f2626 |
push id | 33279 |
push user | aciure@mozilla.com |
push date | Thu, 18 Jan 2018 21:53:37 +0000 |
treeherder | mozilla-central@cffb3cd9dbb1 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1420407 |
milestone | 59.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/nsprpub/config/prdepend.h +++ b/nsprpub/config/prdepend.h @@ -5,8 +5,9 @@ /* * A dummy header file that is a dependency for all the object files. * Used to force a full recompilation of NSPR in Mozilla's Tinderbox * depend builds. See comments in rules.mk. */ #error "Do not include this header file." +
--- a/nsprpub/pr/include/prinit.h +++ b/nsprpub/pr/include/prinit.h @@ -26,21 +26,21 @@ PR_BEGIN_EXTERN_C /* ** NSPR's version is used to determine the likelihood that the version you ** used to build your component is anywhere close to being compatible with ** what is in the underlying library. ** ** The format of the version string is ** "<major version>.<minor version>[.<patch level>] [<Beta>]" */ -#define PR_VERSION "4.18 Beta" +#define PR_VERSION "4.18" #define PR_VMAJOR 4 #define PR_VMINOR 18 #define PR_VPATCH 0 -#define PR_BETA PR_TRUE +#define PR_BETA PR_FALSE /* ** PRVersionCheck ** ** The basic signature of the function that is called to provide version ** checking. The result will be a boolean that indicates the likelihood ** that the underling library will perform as the caller expects. **
--- a/old-configure.in +++ b/old-configure.in @@ -43,17 +43,17 @@ dnl ==================================== _SUBDIR_HOST_LDFLAGS="$HOST_LDFLAGS" _SUBDIR_CONFIG_ARGS="$ac_configure_args" dnl Set the version number of the libs included with mozilla dnl ======================================================== MOZJPEG=62 MOZPNG=10634 NSPR_VERSION=4 -NSPR_MINVER=4.17 +NSPR_MINVER=4.18 NSS_VERSION=3 dnl Set the minimum version of toolkit libs used by mozilla dnl ======================================================== GLIB_VERSION=2.22 # 2_26 is the earliest version we can set GLIB_VERSION_MIN_REQUIRED. # The macro won't be used when compiling with earlier versions anyway. GLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26