Skip to content

Commit

Permalink
Update NSS version string to correct minor version, r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Mar 21, 2017
1 parent ffe1f76 commit bbb035e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/nss/nss.h
Expand Up @@ -22,7 +22,7 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
#define NSS_VERSION "3.30" _NSS_CUSTOMIZED " Beta"
#define NSS_VERSION "3.31" _NSS_CUSTOMIZED " Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 31
#define NSS_VPATCH 0
Expand Down
2 changes: 1 addition & 1 deletion lib/softoken/softkver.h
Expand Up @@ -21,7 +21,7 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
#define SOFTOKEN_VERSION "3.30" SOFTOKEN_ECC_STRING " Beta"
#define SOFTOKEN_VERSION "3.31" SOFTOKEN_ECC_STRING " Beta"
#define SOFTOKEN_VMAJOR 3
#define SOFTOKEN_VMINOR 31
#define SOFTOKEN_VPATCH 0
Expand Down
2 changes: 1 addition & 1 deletion lib/util/nssutil.h
Expand Up @@ -19,7 +19,7 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
*/
#define NSSUTIL_VERSION "3.30 Beta"
#define NSSUTIL_VERSION "3.31 Beta"
#define NSSUTIL_VMAJOR 3
#define NSSUTIL_VMINOR 31
#define NSSUTIL_VPATCH 0
Expand Down

0 comments on commit bbb035e

Please sign in to comment.