summaryrefslogtreecommitdiff
path: root/documentation/src/preface.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-05-07 21:14:10 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-05-07 21:21:35 +0200
commit4d559838338e2dce347fe0e3e7cf63c9ebd03008 (patch)
tree23dea4059fad0f5c8478d98e39c1919ad02f82b4 /documentation/src/preface.dox
parentd54dbd3d6c681b12c72996cf01c04f03ffdc88c5 (diff)
Remove hardcoded version numbers (part 2) and more documentation
The goal is to change the version number for a new release only in CMakeLists.txt. This is the second step. This commit also adds a chapter "Migrating Code from FLTK 1.4 to 1.5". Details: - documentation/CMakeLists.txt: configure 'version.dox' - fluid/documentation/CMakeLists.txt: same as above - documentation/Doxyfile.in: add "Migrating Code from FLTK 1.4 to 1.5" - documentation/src/index.dox: include 'version.dox' and 'migrating...' - fluid/documentation/src/index.dox: same as above - documentation/src/preface.dox: include 'version.dox' - documentation/version.dox.in: input to CMake configure 'version.dox' - fluid/documentation/version.dox.in: same as above - documentation/src/migration_1_4.dox: update links - documentation/src/migration_1_5.dox: new documentation chapter
Diffstat (limited to 'documentation/src/preface.dox')
-rw-r--r--documentation/src/preface.dox3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox
index aca7289fd..d8c881426 100644
--- a/documentation/src/preface.dox
+++ b/documentation/src/preface.dox
@@ -2,7 +2,8 @@
\page preface Preface
-This manual describes the Fast Light Tool Kit ("FLTK") version 1.5.0,
+This manual describes the Fast Light Tool Kit ("FLTK")
+\include{doc} version.dox,
a C++ Graphical User Interface ("GUI") toolkit for UNIX, Microsoft Windows,
and Apple macOS.