~ubuntu-branches/ubuntu/hardy/fltk1.1/hardy

« back to all changes in this revision

Viewing changes to FL/Enumerations.H

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2004-12-04 12:59:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041204125954-0bnefh426a67cjgl
Tags: 1.1.6-2
test/*.cxx: Apply patch from Andreas Jochens <aj@andaco.de> to fix
bogus pointer->int casts, which GCC 4.0 rightly treats as errors on
64-bit systems.  (Closes: #284168.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// "$Id: Enumerations.H,v 1.18.2.14.2.37 2004/04/11 04:38:53 easysw Exp $"
 
2
// "$Id: Enumerations.H,v 1.18.2.14.2.38 2004/11/20 03:19:57 easysw Exp $"
3
3
//
4
4
// Enumerations for the Fast Light Tool Kit (FLTK).
5
5
//
45
45
 
46
46
#define FL_MAJOR_VERSION        1
47
47
#define FL_MINOR_VERSION        1
48
 
#define FL_PATCH_VERSION        5
 
48
#define FL_PATCH_VERSION        6
49
49
#define FL_VERSION              ((double)FL_MAJOR_VERSION + \
50
50
                                 (double)FL_MINOR_VERSION * 0.01 + \
51
51
                                 (double)FL_PATCH_VERSION * 0.0001)
419
419
#endif
420
420
 
421
421
//
422
 
// End of "$Id: Enumerations.H,v 1.18.2.14.2.37 2004/04/11 04:38:53 easysw Exp $".
 
422
// End of "$Id: Enumerations.H,v 1.18.2.14.2.38 2004/11/20 03:19:57 easysw Exp $".
423
423
//