~ubuntu-branches/ubuntu/saucy/nspr/saucy-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-05-21 14:50:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080521145002-cr27w44je0vttvwb
Tags: 4.7.1+1.9-0ubuntu1
* New upstream release, picked from FIREFOX_3_0rc1_RELEASE cvs tag
  (LP: #233922)
* update diverged patches
  - update debian/patches/30_pkgconfig.patch
  - update debian/patches/81_sonames.patch
  - 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.1 Beta 2"
 
66
#define PR_VERSION  "4.7.1"
67
67
#define PR_VMAJOR   4
68
68
#define PR_VMINOR   7
69
69
#define PR_VPATCH   1
70
 
#define PR_BETA     PR_TRUE
 
70
#define PR_BETA     PR_FALSE
71
71
 
72
72
/*
73
73
** PRVersionCheck