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

Unified Diff: nss/mozilla/security/nss/lib/nss/nss.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/nsprpub/pr/src/pthreads/ptthread.c ('k') | nss/mozilla/security/nss/lib/util/nssutil.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/mozilla/security/nss/lib/nss/nss.h
===================================================================
--- nss/mozilla/security/nss/lib/nss/nss.h (revision 39534)
+++ nss/mozilla/security/nss/lib/nss/nss.h (working copy)
@@ -36,7 +36,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
-/* $Id: nss.h,v 1.76 2010/02/11 19:12:45 christophe.ravel.bugs%sun.com Exp $ */
+/* $Id: nss.h,v 1.77 2010/02/19 23:00:01 christophe.ravel.bugs%sun.com Exp $ */
#ifndef __nss_h_
#define __nss_h_
@@ -66,11 +66,11 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
-#define NSS_VERSION "3.12.6.0" _NSS_ECC_STRING _NSS_CUSTOMIZED
+#define NSS_VERSION "3.12.6.1" _NSS_ECC_STRING _NSS_CUSTOMIZED
#define NSS_VMAJOR 3
#define NSS_VMINOR 12
#define NSS_VPATCH 6
-#define NSS_VBUILD 0
+#define NSS_VBUILD 1
#define NSS_BETA PR_FALSE
#ifndef RC_INVOKED
« no previous file with comments | « nss/mozilla/nsprpub/pr/src/pthreads/ptthread.c ('k') | nss/mozilla/security/nss/lib/util/nssutil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698