Changes for 1.0.6 release.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@752 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
1999-09-27 18:16:36 +00:00
parent be101a57e6
commit 4ccf6b4b37
4 changed files with 17 additions and 7 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
//
// "$Id: Enumerations.H,v 1.18.2.5 1999/09/15 17:05:32 mike Exp $"
// "$Id: Enumerations.H,v 1.18.2.6 1999/09/27 18:16:35 mike Exp $"
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
@@ -56,7 +56,7 @@
#define FL_MAJOR_VERSION 1
#define FL_MINOR_VERSION 0
#define FL_PATCH_VERSION 5
#define FL_PATCH_VERSION 6
#define FL_VERSION ((double)FL_MAJOR_VERSION + \
(double)FL_MINOR_VERSION * 0.01)
@@ -365,5 +365,5 @@ enum Fl_Damage {
#endif
//
// End of "$Id: Enumerations.H,v 1.18.2.5 1999/09/15 17:05:32 mike Exp $".
// End of "$Id: Enumerations.H,v 1.18.2.6 1999/09/27 18:16:35 mike Exp $".
//