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

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

Issue 593027: Update NSS and NSPR to NSS_3_12_6_BETA1 and NSPR_4_8_4_BETA1.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 10 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
« no previous file with comments | « nss/mozilla/security/nss/lib/nss/nssinit.c ('k') | nss/mozilla/security/nss/lib/ssl/sslerr.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, and whether 54 * Softoken's major version, minor version, patch level, and whether
55 * this is a beta release. 55 * 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>][ <ECC>][ <Beta>]" 58 * "<major version>.<minor version>[.<patch level>][ <ECC>][ <Beta>]"
59 */ 59 */
60 #define SOFTOKEN_VERSION "3.12.4.5" SOFTOKEN_ECC_STRING 60 #define SOFTOKEN_VERSION "3.12.4.6" SOFTOKEN_ECC_STRING
61 #define SOFTOKEN_VMAJOR 3 61 #define SOFTOKEN_VMAJOR 3
62 #define SOFTOKEN_VMINOR 12 62 #define SOFTOKEN_VMINOR 12
63 #define SOFTOKEN_VPATCH 4 63 #define SOFTOKEN_VPATCH 4
64 #define SOFTOKEN_BETA PR_FALSE 64 #define SOFTOKEN_BETA PR_FALSE
65 65
66 #endif /* _SOFTKVER_H_ */ 66 #endif /* _SOFTKVER_H_ */
OLDNEW
« no previous file with comments | « nss/mozilla/security/nss/lib/nss/nssinit.c ('k') | nss/mozilla/security/nss/lib/ssl/sslerr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698