diff --git a/configure.in b/configure.in index ee6d7f97b..f345e72b0 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl "$Id$" dnl dnl Configuration script for the Fast Light Tool Kit (FLTK). dnl -dnl Copyright 1998-2009 by Bill Spitzak and others. +dnl Copyright 1998-2010 by Bill Spitzak and others. dnl dnl This library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Library General Public @@ -36,7 +36,7 @@ AC_INIT(src/Fl.cxx) dnl FLTK library versions... FL_MAJOR_VERSION=1 FL_MINOR_VERSION=1 -FL_PATCH_VERSION=10 +FL_PATCH_VERSION=11 FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION} AC_SUBST(FL_MAJOR_VERSION) diff --git a/fltk.list.in b/fltk.list.in index cac363046..e2cd759bf 100644 --- a/fltk.list.in +++ b/fltk.list.in @@ -5,7 +5,7 @@ # # (EPM can be found at http://www.epmhome.org/) # -# Copyright 1998-2008 by Bill Spitzak and others. +# Copyright 1998-2010 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 @@ -28,14 +28,14 @@ # %product Fast Light Tool Kit (FLTK) -%copyright 1998-2008 by Bill Spitzak and others. +%copyright 1998-201- by Bill Spitzak and others. %vendor FLTK Development Team %license COPYING %readme README %version @FL_MAJOR_VERSION@.@FL_MINOR_VERSION@.@FL_PATCH_VERSION@ %description The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a %description cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11), -%description Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides modern +%description Microsoft(r) Windows(r), and Apple(r) OS X(r). FLTK provides modern %description GUI functionality without the bloat and supports 3D graphics via %description OpenGL(r) and its built-in GLUT emulation. diff --git a/fltk.spec.in b/fltk.spec.in index bc2faee14..bcbcf8428 100644 --- a/fltk.spec.in +++ b/fltk.spec.in @@ -3,7 +3,7 @@ # # RPM spec file for FLTK. # -# Copyright 1998-2008 by Bill Spitzak and others. +# Copyright 1998-2010 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 @@ -44,7 +44,7 @@ BuildRoot: /var/tmp/fltk-%{PACKAGE_VERSION} %description The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11), -Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides modern +Microsoft(r) Windows(r), and Apple(r) OS X(r). FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL(r) and its built-in GLUT emulation.