mirror of https://github.com/fltk/fltk
More hidden version numbers
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@7852 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
41dddfed63
commit
fd7e6e0aa4
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue