From 02af6a57eb4717af47f8ecd69be04abebd08c0d5 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 19 Feb 2025 19:08:55 +0100 Subject: Bump version numbers to 1.4.2 --- fluid/about_panel.cxx | 2 +- fluid/about_panel.h | 2 +- fluid/codeview_panel.cxx | 2 +- fluid/codeview_panel.h | 2 +- fluid/documentation/src/index.dox | 4 ++-- fluid/fluid.plist | 8 ++++---- fluid/function_panel.cxx | 2 +- fluid/function_panel.h | 2 +- fluid/print_panel.cxx | 2 +- fluid/print_panel.h | 2 +- fluid/settings_panel.cxx | 2 +- fluid/settings_panel.h | 2 +- fluid/template_panel.cxx | 2 +- fluid/template_panel.h | 2 +- fluid/widget_panel.cxx | 2 +- fluid/widget_panel.h | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) (limited to 'fluid') diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 42e18b889..18885eee8 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "about_panel.h" void show_help(const char *name); diff --git a/fluid/about_panel.h b/fluid/about_panel.h index e3e1fea63..e06c34de9 100644 --- a/fluid/about_panel.h +++ b/fluid/about_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef about_panel_h #define about_panel_h diff --git a/fluid/codeview_panel.cxx b/fluid/codeview_panel.cxx index 66fbeea19..2f72738c8 100644 --- a/fluid/codeview_panel.cxx +++ b/fluid/codeview_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "codeview_panel.h" #include "fluid.h" diff --git a/fluid/codeview_panel.h b/fluid/codeview_panel.h index 42deba028..f98660b8f 100644 --- a/fluid/codeview_panel.h +++ b/fluid/codeview_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef codeview_panel_h #define codeview_panel_h diff --git a/fluid/documentation/src/index.dox b/fluid/documentation/src/index.dox index 41fdedd33..657e448e2 100644 --- a/fluid/documentation/src/index.dox +++ b/fluid/documentation/src/index.dox @@ -14,12 +14,12 @@ \image latex fluid-128.png "" width=3cm
- FLUID 1.4.1 User Manual + FLUID 1.4.2 User Manual By F. Costantini, M. Melcher, A. Schlosser, B. Spitzak and M. Sweet. - Copyright © 1998 - 2024 by Bill Spitzak and others. + Copyright © 1998 - 2025 by Bill Spitzak and others.
diff --git a/fluid/fluid.plist b/fluid/fluid.plist index 3e993276b..88711f118 100644 --- a/fluid/fluid.plist +++ b/fluid/fluid.plist @@ -9,11 +9,11 @@ CFBundleIdentifier org.fltk.fluid CFBundleVersion - 1.4.1 + 1.4.2 CFBundleDevelopmentRegion English NSHumanReadableCopyright - Copyright 1998-2024 by Bill Spitzak and others + Copyright 1998-2025 by Bill Spitzak and others CFAppleHelpAnchor help CFBundleName @@ -25,9 +25,9 @@ CFBundleIconFile fluid.icns CFBundleShortVersionString - 1.4.1 + 1.4.2 CFBundleGetInfoString - 1.4.1, Copyright 1998-2024 by Bill Spitzak and others + 1.4.2, Copyright 1998-2025 by Bill Spitzak and others CFBundleDocumentTypes diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index af46301a1..71a34b510 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "function_panel.h" #include "fluid.h" diff --git a/fluid/function_panel.h b/fluid/function_panel.h index 2850b91e8..a45c197f0 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef function_panel_h #define function_panel_h diff --git a/fluid/print_panel.cxx b/fluid/print_panel.cxx index dcb9a6906..a6077888c 100644 --- a/fluid/print_panel.cxx +++ b/fluid/print_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "print_panel.h" #include "fluid.h" diff --git a/fluid/print_panel.h b/fluid/print_panel.h index 9ec8445fb..a8f5ccb9d 100644 --- a/fluid/print_panel.h +++ b/fluid/print_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef print_panel_h #define print_panel_h diff --git a/fluid/settings_panel.cxx b/fluid/settings_panel.cxx index cbf2acd0d..351598359 100644 --- a/fluid/settings_panel.cxx +++ b/fluid/settings_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "settings_panel.h" #include "undo.h" diff --git a/fluid/settings_panel.h b/fluid/settings_panel.h index 4e82352f3..edd152972 100644 --- a/fluid/settings_panel.h +++ b/fluid/settings_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef settings_panel_h #define settings_panel_h diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx index d95bcc121..4b97ddc7e 100644 --- a/fluid/template_panel.cxx +++ b/fluid/template_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "template_panel.h" #include "fluid.h" diff --git a/fluid/template_panel.h b/fluid/template_panel.h index bef796718..548958e13 100644 --- a/fluid/template_panel.h +++ b/fluid/template_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef template_panel_h #define template_panel_h diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index 1a315b667..58eaa8610 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #include "widget_panel.h" #include "undo.h" diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index d7df0b70e..357da03cd 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -14,7 +14,7 @@ // https://www.fltk.org/bugs.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0401 +// generated by Fast Light User Interface Designer (fluid) version 1.0402 #ifndef widget_panel_h #define widget_panel_h -- cgit v1.2.3