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

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/util/nssutil.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:
51
51
 * The format of the version string should be
52
52
 *     "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
53
53
 */
54
 
#define NSSUTIL_VERSION  "3.12.9.0 Beta"
 
54
#define NSSUTIL_VERSION  "3.12.9.0"
55
55
#define NSSUTIL_VMAJOR   3
56
56
#define NSSUTIL_VMINOR   12
57
57
#define NSSUTIL_VPATCH   9
58
58
#define NSSUTIL_VBUILD   0
59
 
#define NSSUTIL_BETA     PR_TRUE
 
59
#define NSSUTIL_BETA     PR_FALSE
60
60
 
61
61
#endif /* __nssutil_h_ */