Skip to content

Commit

Permalink
Bug 1711262 - land NSS NSS_3_66_RTM UPGRADE_NSS_RELEASE, r=beurdouche
Browse files Browse the repository at this point in the history
2021-05-28  Benjamin Beurdouche  <[email protected]>

	* lib/nss/nss.h, lib/softoken/softkver.h, lib/util/nssutil.h:
	Set version numbers to 3.66 final
	[46633639570c] [NSS_3_66_RTM] <NSS_3_66_BRANCH>

	* .hgtags:
	Added tag NSS_3_66_BETA1 for changeset ef591b9d25a3
	[9904a426633e] <NSS_3_66_BRANCH>

Differential Revision: https://phabricator.services.mozilla.com/D116223
  • Loading branch information
beurdouche committed May 28, 2021
1 parent a34778c commit f86f71e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion security/nss/TAG-INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ef591b9d25a3
NSS_3_66_RTM
1 change: 1 addition & 0 deletions security/nss/coreconf/coreconf.dep
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
*/

#error "Do not include this header file."

4 changes: 2 additions & 2 deletions security/nss/lib/nss/nss.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
#define NSS_VERSION "3.66" _NSS_CUSTOMIZED " Beta"
#define NSS_VERSION "3.66" _NSS_CUSTOMIZED
#define NSS_VMAJOR 3
#define NSS_VMINOR 66
#define NSS_VPATCH 0
#define NSS_VBUILD 0
#define NSS_BETA PR_TRUE
#define NSS_BETA PR_FALSE

#ifndef RC_INVOKED

Expand Down
4 changes: 2 additions & 2 deletions security/nss/lib/softoken/softkver.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
#define SOFTOKEN_VERSION "3.66" SOFTOKEN_ECC_STRING " Beta"
#define SOFTOKEN_VERSION "3.66" SOFTOKEN_ECC_STRING
#define SOFTOKEN_VMAJOR 3
#define SOFTOKEN_VMINOR 66
#define SOFTOKEN_VPATCH 0
#define SOFTOKEN_VBUILD 0
#define SOFTOKEN_BETA PR_TRUE
#define SOFTOKEN_BETA PR_FALSE

#endif /* _SOFTKVER_H_ */
4 changes: 2 additions & 2 deletions security/nss/lib/util/nssutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
*/
#define NSSUTIL_VERSION "3.66 Beta"
#define NSSUTIL_VERSION "3.66"
#define NSSUTIL_VMAJOR 3
#define NSSUTIL_VMINOR 66
#define NSSUTIL_VPATCH 0
#define NSSUTIL_VBUILD 0
#define NSSUTIL_BETA PR_TRUE
#define NSSUTIL_BETA PR_FALSE

SEC_BEGIN_PROTOS

Expand Down

0 comments on commit f86f71e

Please sign in to comment.