Bug 1350291, landing final NSPR 4.15 RTM tag, no code change, just version number, r=me

UPGRADE_NSPR_RELEASE, DONTBUILD

--HG--
extra : amend_source : 05aeb0bcaaaaab1d793158910126a4d6063b8e22
This commit is contained in:
Kai Engert 2017-06-06 12:19:16 +02:00
Родитель 9b39547583
Коммит 39b3dcd820
3 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -1 +1 @@
NSPR_4_15_BETA2
NSPR_4_15_RTM

Просмотреть файл

@ -10,4 +10,3 @@
*/
#error "Do not include this header file."

Просмотреть файл

@ -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.15 Beta"
#define PR_VERSION "4.15"
#define PR_VMAJOR 4
#define PR_VMINOR 15
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck