Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: nss/mozilla/security/nss/lib/softoken/softkver.h

Issue 10540165: Update NSS to NSS 3.13.5 (from NSS 3.13.3). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Softoken version numbers 2 * Softoken version numbers
3 * 3 *
4 * ***** BEGIN LICENSE BLOCK ***** 4 * ***** BEGIN LICENSE BLOCK *****
5 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 5 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
6 * 6 *
7 * The contents of this file are subject to the Mozilla Public License Version 7 * The contents of this file are subject to the Mozilla Public License Version
8 * 1.1 (the "License"); you may not use this file except in compliance with 8 * 1.1 (the "License"); you may not use this file except in compliance with
9 * the License. You may obtain a copy of the License at 9 * the License. You may obtain a copy of the License at
10 * http://www.mozilla.org/MPL/ 10 * http://www.mozilla.org/MPL/
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 #define SOFTOKEN_ECC_STRING "" 50 #define SOFTOKEN_ECC_STRING ""
51 #endif 51 #endif
52 52
53 /* 53 /*
54 * Softoken's major version, minor version, patch level, build number, 54 * Softoken's major version, minor version, patch level, build number,
55 * and whether this is a beta release. 55 * and whether this is a beta release.
56 * 56 *
57 * The format of the version string should be 57 * The format of the version string should be
58 * "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>] [ <Beta>]" 58 * "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>] [ <Beta>]"
59 */ 59 */
60 #define SOFTOKEN_VERSION "3.13.3.0" SOFTOKEN_ECC_STRING 60 #define SOFTOKEN_VERSION "3.13.5.0" SOFTOKEN_ECC_STRING
61 #define SOFTOKEN_VMAJOR 3 61 #define SOFTOKEN_VMAJOR 3
62 #define SOFTOKEN_VMINOR 13 62 #define SOFTOKEN_VMINOR 13
63 #define SOFTOKEN_VPATCH 3 63 #define SOFTOKEN_VPATCH 5
64 #define SOFTOKEN_VBUILD 0 64 #define SOFTOKEN_VBUILD 0
65 #define SOFTOKEN_BETA PR_FALSE 65 #define SOFTOKEN_BETA PR_FALSE
66 66
67 #endif /* _SOFTKVER_H_ */ 67 #endif /* _SOFTKVER_H_ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698