~ubuntu-branches/ubuntu/raring/nss/raring-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/nss/nss.h

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-03-24 22:30:28 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110324223028-kfpl4fp4i7od620r
Tags: 3.12.9+ckbi-1.82-0ubuntu1
New upstream release v3.12.9 with updated ckbi module
(NSS_3_12_9_WITH_CKBI_1_82_RTM ) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 * the terms of any one of the MPL, the GPL or the LGPL.
37
37
 *
38
38
 * ***** END LICENSE BLOCK ***** */
39
 
/* $Id: nss.h,v 1.81.2.3 2010/09/23 17:07:52 christophe.ravel.bugs%sun.com Exp $ */
 
39
/* $Id: nss.h,v 1.81.2.4 2011/01/06 18:04:16 christophe.ravel.bugs%sun.com Exp $ */
40
40
 
41
41
#ifndef __nss_h_
42
42
#define __nss_h_
66
66
 * The format of the version string should be
67
67
 *     "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
68
68
 */
69
 
#define NSS_VERSION  "3.12.9.0" _NSS_ECC_STRING _NSS_CUSTOMIZED " Beta"
 
69
#define NSS_VERSION  "3.12.9.0" _NSS_ECC_STRING _NSS_CUSTOMIZED
70
70
#define NSS_VMAJOR   3
71
71
#define NSS_VMINOR   12
72
72
#define NSS_VPATCH   9
73
73
#define NSS_VBUILD   0
74
 
#define NSS_BETA     PR_TRUE
 
74
#define NSS_BETA     PR_FALSE
75
75
 
76
76
#ifndef RC_INVOKED
77
77