~ubuntu-branches/ubuntu/lucid/nspr/lucid-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-04-04 16:14:45 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080404161445-n2hw85vfw8mzcbx0
Tags: 4.7.1~beta2-0ubuntu1
* New upstream release, picked from NSPR_4_7_1_BETA2 cvs tag
* bump shlibs requirements
  - update debian/rules

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"
 
66
#define PR_VERSION  "4.7.1 Beta 2"
67
67
#define PR_VMAJOR   4
68
68
#define PR_VMINOR   7
69
69
#define PR_VPATCH   1