Bump to 1.1.5rc1...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2003-09-09 15:15:18 +00:00
parent 2b3094847f
commit 4e6a41e2cd
10 changed files with 22 additions and 18 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
//
// "$Id: Enumerations.H,v 1.18.2.14.2.35 2003/06/12 01:36:15 easysw Exp $"
// "$Id: Enumerations.H,v 1.18.2.14.2.36 2003/09/09 15:15:17 easysw Exp $"
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
@@ -45,7 +45,7 @@
#define FL_MAJOR_VERSION 1
#define FL_MINOR_VERSION 1
#define FL_PATCH_VERSION 4
#define FL_PATCH_VERSION 5
#define FL_VERSION ((double)FL_MAJOR_VERSION + \
(double)FL_MINOR_VERSION * 0.01 + \
(double)FL_PATCH_VERSION * 0.0001)
@@ -419,5 +419,5 @@ enum Fl_Damage {
#endif
//
// End of "$Id: Enumerations.H,v 1.18.2.14.2.35 2003/06/12 01:36:15 easysw Exp $".
// End of "$Id: Enumerations.H,v 1.18.2.14.2.36 2003/09/09 15:15:17 easysw Exp $".
//