Bug 1788009 - NSPR_4_35_RTM, version number only, no code change. r=glandium UPGRADE_NSPR_RELEASE

Differential Revision: https://phabricator.services.mozilla.com/D157111
This commit is contained in:
Kai Engert 2022-09-13 06:26:48 +00:00
Родитель f203d491e0
Коммит 30b08ba7a0
3 изменённых файлов: 3 добавлений и 4 удалений

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

@ -1 +1 @@
NSPR_4_35_BETA1
NSPR_4_35_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.35 Beta"
#define PR_VERSION "4.35"
#define PR_VMAJOR 4
#define PR_VMINOR 35
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck