diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-03-27 21:38:44 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-03-27 21:38:44 +0000 |
| commit | 7d013249f7456d4568a39679c3cad948e1000353 (patch) | |
| tree | 946013952783220d6716291efb2bf147caf68b69 /FL | |
| parent | 697ce91ce21264648b0191ff2f5c67d5d71fbc35 (diff) | |
First checkin simply updating a few version numbers and copyright dates
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6086 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Enumerations.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H index c86c42166..647a89bdf 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -3,7 +3,7 @@ // // Enumerations for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2005 by Bill Spitzak and others. +// Copyright 1998-2008 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -46,8 +46,8 @@ // #define FL_MAJOR_VERSION 1 -#define FL_MINOR_VERSION 1 -#define FL_PATCH_VERSION 8 +#define FL_MINOR_VERSION 3 +#define FL_PATCH_VERSION 0 #define FL_VERSION ((double)FL_MAJOR_VERSION + \ (double)FL_MINOR_VERSION * 0.01 + \ (double)FL_PATCH_VERSION * 0.0001) |
