~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/prinit.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-16 11:28:24 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616112824-cg6qzhvt63lx7bub
Tags: 4.7.5-0ubuntu1
* New upstream version: 4.7.5 (LP: #387745)

* adjust patches to changed upstream code base
  - update debian/patches/99_configure.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
** The format of the version string is
64
64
**     "<major version>.<minor version>[.<patch level>] [<Beta>]"
65
65
*/
66
 
#define PR_VERSION  "4.7.3"
 
66
#define PR_VERSION  "4.7.5"
67
67
#define PR_VMAJOR   4
68
68
#define PR_VMINOR   7
69
 
#define PR_VPATCH   3
 
69
#define PR_VPATCH   5
70
70
#define PR_BETA     PR_FALSE
71
71
 
72
72
/*