Updating version to 1.1.9

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6094 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2008-04-11 16:53:01 +00:00
parent 157a048a25
commit 761163f3f8
7 changed files with 14 additions and 14 deletions

View File

@ -7,7 +7,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
# The FLTK version
SET(FLTK_VERSION_MAJOR "1")
SET(FLTK_VERSION_MINOR "1")
SET(FLTK_VERSION_PATCH "7")
SET(FLTK_VERSION_PATCH "9")
SET(FLTK_VERSION "${FLTK_VERSION_MAJOR}.${FLTK_VERSION_MINOR}")
SET(FLTK_VERSION_FULL "${FLTK_VERSION}.${FLTK_VERSION_PATCH}")

2
README
View File

@ -1,4 +1,4 @@
README - Fast Light Tool Kit (FLTK) Version 1.1.8
README - Fast Light Tool Kit (FLTK) Version 1.1.9
-------------------------------------------------
WHAT IS FLTK?

View File

@ -36,7 +36,7 @@ AC_INIT(src/Fl.cxx)
dnl FLTK library versions...
FL_MAJOR_VERSION=1
FL_MINOR_VERSION=1
FL_PATCH_VERSION=8
FL_PATCH_VERSION=9
FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
AC_SUBST(FL_MAJOR_VERSION)

View File

@ -1,7 +1,7 @@
<HTML>
<HEAD>
<META NAME="robots" CONTENT="noindex">
<TITLE>FLTK 1.1.8 Programming Manual</TITLE>
<TITLE>FLTK 1.1.9 Programming Manual</TITLE>
</HEAD>
<BODY>
@ -10,9 +10,9 @@
<TD VALIGN="MIDDLE">
<IMG SRC="FL.gif" WIDTH="200" HEIGHT="100" ALIGN="ABSMIDDLE" ALT="FL"></TD>
<TD ALIGN="CENTER" VALIGN="MIDDLE">
<H1>FLTK 1.1.8 Programming Manual</H1>
<H1>FLTK 1.1.9 Programming Manual</H1>
<P>Revision 8 by Michael Sweet, Craig P. Earls,<br>Matthias Melcher, and Bill Spitzak<BR>
Copyright 1998-2007 by Bill Spitzak and others.</P>
Copyright 1998-2008 by Bill Spitzak and others.</P>
</TD>
</TR>
<TR>

View File

@ -3,14 +3,14 @@
<META CONTENT="Written by Michael Sweet, Craig P. Earls, Matthias Melcher, and Bill Spitzak" NAME="Author">
<META CONTENT="Copyright 1998-2006 by Bill Spitzak and Others." NAME="Copyright">
<META CONTENT="Revision 8" NAME="DocNumber">
<TITLE>FLTK 1.1.8 Programming Manual</TITLE>
<TITLE>FLTK 1.1.9 Programming Manual</TITLE>
</HEAD>
<BODY>
<H1 ALIGN="RIGHT"><A NAME="preface">Preface</A></H1>
<P>This manual describes the Fast Light Tool Kit (&quot;FLTK&quot;)
version 1.1.8, a C++ Graphical User Interface
version 1.1.9, a C++ Graphical User Interface
(&quot;GUI&quot;) toolkit for UNIX, Microsoft Windows and MacOS. Each
of the chapters in this manual is designed as a tutorial for
using FLTK, while the appendices provide a convenient reference

View File

@ -278,14 +278,14 @@ Fl_Double_Window* make_about_panel() {
{ Fl_Box* o = new Fl_Box(10, 10, 115, 120);
o->image(image_fluid);
} // Fl_Box* o
{ Fl_Box* o = new Fl_Box(135, 10, 170, 69, "FLTK User\nInterface Designer\nVersion 1.1.8");
{ Fl_Box* o = new Fl_Box(135, 10, 170, 69, "FLTK User\nInterface Designer\nVersion 1.1.9");
o->color((Fl_Color)12);
o->selection_color(FL_DARK1);
o->labelfont(1);
o->labelsize(18);
o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE);
} // Fl_Box* o
{ Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2006 by\nBill Spitzak and others");
{ Fl_Box* o = new Fl_Box(135, 89, 170, 42, "Copyright 1998-2008 by\nBill Spitzak and others");
o->align(132|FL_ALIGN_INSIDE);
} // Fl_Box* o
{ Fl_Button* o = new Fl_Button(89, 141, 123, 25, "View License...");

View File

@ -38,7 +38,7 @@ Function {make_about_panel()} {open
} {
Fl_Window about_panel {
label {About FLUID} open
xywh {391 113 315 175} type Double color 50 selection_color 47 hotspot non_modal visible
xywh {390 162 315 175} type Double color 50 selection_color 47 hotspot non_modal visible
} {
Fl_Box {} {
image {icons/fluid-96.xpm} xywh {10 10 115 120}
@ -46,12 +46,12 @@ Function {make_about_panel()} {open
Fl_Box {} {
label {FLTK User
Interface Designer
Version 1.1.8} selected
Version 1.1.9}
xywh {135 10 170 69} color 12 selection_color 47 labelfont 1 labelsize 18 align 21
}
Fl_Box {} {
label {Copyright 1998-2006 by
Bill Spitzak and others}
label {Copyright 1998-2008 by
Bill Spitzak and others} selected
xywh {135 89 170 42} align 148
}
Fl_Button {} {