Author: matt
Date: 2010-11-15 13:13:26 -0800 (Mon, 15 Nov 2010)
New Revision: 7852
Log:
More hidden version numbers

Modified:
   branches/branch-1.1/configure.in
   branches/branch-1.1/fltk.list.in
   branches/branch-1.1/fltk.spec.in

Modified: branches/branch-1.1/configure.in
===================================================================
--- branches/branch-1.1/configure.in    2010-11-15 21:04:17 UTC (rev 7851)
+++ branches/branch-1.1/configure.in    2010-11-15 21:13:26 UTC (rev 7852)
@@ -5,7 +5,7 @@
 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 @@
 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)

Modified: branches/branch-1.1/fltk.list.in
===================================================================
--- branches/branch-1.1/fltk.list.in    2010-11-15 21:04:17 UTC (rev 7851)
+++ branches/branch-1.1/fltk.list.in    2010-11-15 21:13:26 UTC (rev 7852)
@@ -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_vers...@.@fl_minor_vers...@.@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.
 

Modified: branches/branch-1.1/fltk.spec.in
===================================================================
--- branches/branch-1.1/fltk.spec.in    2010-11-15 21:04:17 UTC (rev 7851)
+++ branches/branch-1.1/fltk.spec.in    2010-11-15 21:13:26 UTC (rev 7852)
@@ -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 @@
 %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.
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to