diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-02-19 19:08:55 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-02-21 16:25:39 +0100 |
| commit | 02af6a57eb4717af47f8ecd69be04abebd08c0d5 (patch) | |
| tree | fe5f90839fd525e02d879c4518595c339af62d0a /fluid | |
| parent | 97f2cdcc2933bf05854ffa8d8672c4829a552ff8 (diff) | |
Bump version numbers to 1.4.2
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/about_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/about_panel.h | 2 | ||||
| -rw-r--r-- | fluid/codeview_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/codeview_panel.h | 2 | ||||
| -rw-r--r-- | fluid/documentation/src/index.dox | 4 | ||||
| -rw-r--r-- | fluid/fluid.plist | 8 | ||||
| -rw-r--r-- | fluid/function_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/function_panel.h | 2 | ||||
| -rw-r--r-- | fluid/print_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/print_panel.h | 2 | ||||
| -rw-r--r-- | fluid/settings_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/settings_panel.h | 2 | ||||
| -rw-r--r-- | fluid/template_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/template_panel.h | 2 | ||||
| -rw-r--r-- | fluid/widget_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/widget_panel.h | 2 |
16 files changed, 20 insertions, 20 deletions
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 </CENTER></TD> <TD><CENTER> - <B>FLUID 1.4.1 User Manual</B> + <B>FLUID 1.4.2 User Manual</B> 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. </CENTER></TD> </TR> </TABLE> 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 @@ <key>CFBundleIdentifier</key> <string>org.fltk.fluid</string> <key>CFBundleVersion</key> - <string>1.4.1</string> + <string>1.4.2</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 1998-2024 by Bill Spitzak and others</string> + <string>Copyright 1998-2025 by Bill Spitzak and others</string> <key>CFAppleHelpAnchor</key> <string>help</string> <key>CFBundleName</key> @@ -25,9 +25,9 @@ <key>CFBundleIconFile</key> <string>fluid.icns</string> <key>CFBundleShortVersionString</key> - <string>1.4.1</string> + <string>1.4.2</string> <key>CFBundleGetInfoString</key> - <string>1.4.1, Copyright 1998-2024 by Bill Spitzak and others</string> + <string>1.4.2, Copyright 1998-2025 by Bill Spitzak and others</string> <key>CFBundleDocumentTypes</key> <array> <dict> 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 |
