Commit 24a64dce authored by Kai Engert's avatar Kai Engert
Browse files

Bug 673382, Upgrade Mozilla to NSS 3.12.11 and NSPR 4.8.9, final releases....

Bug 673382, Upgrade Mozilla to NSS 3.12.11 and NSPR 4.8.9, final releases. Only version number changes, no code changes. r=wtc
parent 2f396973
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
NSPR_4_8_9_BETA5
NSPR_4_8_9_RTM
+2 −2
Original line number Diff line number Diff line
@@ -63,11 +63,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
**     "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define PR_VERSION  "4.8.9 Beta"
#define PR_VERSION  "4.8.9"
#define PR_VMAJOR   4
#define PR_VMINOR   8
#define PR_VPATCH   9
#define PR_BETA     PR_TRUE
#define PR_BETA     PR_FALSE

/*
** PRVersionCheck
+0 −1
Original line number Diff line number Diff line
@@ -43,4 +43,3 @@

#error "Do not include this header file."
+1 −1
Original line number Diff line number Diff line
NSS_3_12_11_BETA3
NSS_3_12_11_RTM
+3 −3
Original line number Diff line number Diff line
@@ -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.81.2.7 2011/05/06 22:23:25 christophe.ravel.bugs%sun.com Exp $ */
/* $Id: nss.h,v 1.81.2.8 2011/08/09 15:56:30 kaie%kuix.de Exp $ */

#ifndef __nss_h_
#define __nss_h_
@@ -66,12 +66,12 @@
 * The format of the version string should be
 *     "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
 */
#define NSS_VERSION  "3.12.11.0" _NSS_ECC_STRING _NSS_CUSTOMIZED " Beta"
#define NSS_VERSION  "3.12.11.0" _NSS_ECC_STRING _NSS_CUSTOMIZED
#define NSS_VMAJOR   3
#define NSS_VMINOR   12
#define NSS_VPATCH   11
#define NSS_VBUILD   0
#define NSS_BETA     PR_TRUE
#define NSS_BETA     PR_FALSE

#ifndef RC_INVOKED

Loading