~ubuntu-branches/ubuntu/karmic/nss/karmic-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-06-16 13:23:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616132347-311ysb8oep74b98y
Tags: 3.12.3-0ubuntu1
* new upstream release 3.12.3 RTM (NSS_3_12_3_RTM) (LP: #387751)
* adjust patches to changed upstream code base
  - update debian/patches/38_kbsd.patch
* needs nspr >= 4.7.4
  - update debian/control
* update 85_security_load.patch to latest debian version
  - update debian/patches/85_security_load.patch
* add new symbols for 3.12.3
  - update debian/libnss3-1d.symbols

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.2.0" SOFTOKEN_ECC_STRING
 
60
#define SOFTOKEN_VERSION  "3.12.3" SOFTOKEN_ECC_STRING
61
61
#define SOFTOKEN_VMAJOR   3
62
62
#define SOFTOKEN_VMINOR   12
63
 
#define SOFTOKEN_VPATCH   2
 
63
#define SOFTOKEN_VPATCH   3
64
64
#define SOFTOKEN_BETA     PR_FALSE
65
65
 
66
66
#endif /* _SOFTKVER_H_ */