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

Unified Diff: nss/mozilla/security/nss/lib/util/nssutil.h

Issue 650104: Update to NSS_3_12_6_RC1 and NSPR_4_8_4_RTM. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nss/mozilla/security/nss/lib/nss/nss.h ('k') | nss/scripts/nspr-checkout.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/mozilla/security/nss/lib/util/nssutil.h
===================================================================
--- nss/mozilla/security/nss/lib/util/nssutil.h (revision 39534)
+++ nss/mozilla/security/nss/lib/util/nssutil.h (working copy)
@@ -51,11 +51,11 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
*/
-#define NSSUTIL_VERSION "3.12.6.0"
+#define NSSUTIL_VERSION "3.12.6.1"
#define NSSUTIL_VMAJOR 3
#define NSSUTIL_VMINOR 12
#define NSSUTIL_VPATCH 6
-#define NSSUTIL_VBUILD 0
+#define NSSUTIL_VBUILD 1
#define NSSUTIL_BETA PR_FALSE
#endif /* __nssutil_h_ */
« no previous file with comments | « nss/mozilla/security/nss/lib/nss/nss.h ('k') | nss/scripts/nspr-checkout.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698