~ubuntu-branches/ubuntu/oneiric/nss/oneiric-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-01 17:05:48 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090801170548-1e6qrnav12ns1gfe
Tags: 3.12.3.1-0ubuntu1
* new upstream release 3.12.3.1 RTM (NSS_3_12_3_1_RTM) (LP: #407549)
  - see USN-810-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 * The format of the version string should be
58
58
 *     "<major version>.<minor version>[.<patch level>][ <ECC>][ <Beta>]"
59
59
 */
60
 
#define SOFTOKEN_VERSION  "3.12.3" SOFTOKEN_ECC_STRING
 
60
#define SOFTOKEN_VERSION  "3.12.3.1" SOFTOKEN_ECC_STRING
61
61
#define SOFTOKEN_VMAJOR   3
62
62
#define SOFTOKEN_VMINOR   12
63
63
#define SOFTOKEN_VPATCH   3