diff options
| -rw-r--r-- | CHANGES | 1 | ||||
| -rw-r--r-- | fluid/code.cxx | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -54,6 +54,7 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ???? Bug fixes + - Fixed out-of-bounds memory access in fluid (STR #3263). - fluid doesn't output trailing white space in .fl files after some statements anymore (STR #3239). - Several box types were not drawn correctly when deactivated. diff --git a/fluid/code.cxx b/fluid/code.cxx index 50faff532..10d62cdf5 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -3,7 +3,7 @@ // // Code output routines for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2015 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this |
