diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-30 00:56:42 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-30 00:56:42 +0000 |
| commit | 00dd296ff202631dc0d773755e970fcca5a25f68 (patch) | |
| tree | 5f3416102a13aa00a98199e10d902f807a8a4272 /fluid | |
| parent | 39c943ac8f744ad0809c185632d5ef5eb92a6369 (diff) | |
Bump version numbers for next minor release: FLTK 1.4.0.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11088 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/about_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/about_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/about_panel.h | 2 | ||||
| -rw-r--r-- | fluid/alignment_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/alignment_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/alignment_panel.h | 2 | ||||
| -rw-r--r-- | fluid/fluid.app/Contents/Info.plist | 6 | ||||
| -rw-r--r-- | fluid/function_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/function_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/function_panel.h | 2 | ||||
| -rw-r--r-- | fluid/print_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/print_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/print_panel.h | 2 | ||||
| -rw-r--r-- | fluid/template_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/template_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/template_panel.h | 2 | ||||
| -rw-r--r-- | fluid/widget_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/widget_panel.fl | 2 | ||||
| -rw-r--r-- | fluid/widget_panel.h | 2 |
19 files changed, 21 insertions, 21 deletions
diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index 58f0fd479..9d96ab082 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #include "about_panel.h" void show_help(const char *name); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index 6d4e9a849..0ec6ab721 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0304 +version 1.0400 header_name {.h} code_name {.cxx} comment {// diff --git a/fluid/about_panel.h b/fluid/about_panel.h index 8db966afb..648916d9d 100644 --- a/fluid/about_panel.h +++ b/fluid/about_panel.h @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #ifndef about_panel_h #define about_panel_h diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index f3e0d0af5..84d38e46b 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #include "alignment_panel.h" #include <FL/Fl_Preferences.H> diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index e8d67b0fb..b5dc7ffe1 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0304 +version 1.0400 header_name {.h} code_name {.cxx} comment {// diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h index 1d9062a37..c914adec2 100644 --- a/fluid/alignment_panel.h +++ b/fluid/alignment_panel.h @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #ifndef alignment_panel_h #define alignment_panel_h diff --git a/fluid/fluid.app/Contents/Info.plist b/fluid/fluid.app/Contents/Info.plist index 3fd76a555..88cdaa6ac 100644 --- a/fluid/fluid.app/Contents/Info.plist +++ b/fluid/fluid.app/Contents/Info.plist @@ -9,7 +9,7 @@ <key>CFBundleIdentifier</key> <string>org.fltk.fluid</string> <key>CFBundleVersion</key> - <string>1.3.4</string> + <string>1.4.0</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>NSHumanReadableCopyright</key> @@ -25,9 +25,9 @@ <key>CFBundleIconFile</key> <string>fluid.icns</string> <key>CFBundleShortVersionString</key> - <string>1.3.4</string> + <string>1.4.0</string> <key>CFBundleGetInfoString</key> - <string>1.3.4, Copyright 1998-2015 by Bill Spitzak and others</string> + <string>1.4.0, Copyright 1998-2015 by Bill Spitzak and others</string> <key>CFBundleDocumentTypes</key> <array> <dict> diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 1ca0d8285..2988dae60 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #include "function_panel.h" #include <FL/Fl_Pixmap.H> diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 7f02a5774..b1a9d8356 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0304 +version 1.0400 header_name {.h} code_name {.cxx} comment {// diff --git a/fluid/function_panel.h b/fluid/function_panel.h index 86087385a..7cc035176 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #ifndef function_panel_h #define function_panel_h diff --git a/fluid/print_panel.cxx b/fluid/print_panel.cxx index 6f042a982..f9be6533e 100644 --- a/fluid/print_panel.cxx +++ b/fluid/print_panel.cxx @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #include "print_panel.h" #include <stdio.h> diff --git a/fluid/print_panel.fl b/fluid/print_panel.fl index fe3ed4185..d3311149e 100644 --- a/fluid/print_panel.fl +++ b/fluid/print_panel.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0304 +version 1.0400 header_name {.h} code_name {.cxx} comment {// diff --git a/fluid/print_panel.h b/fluid/print_panel.h index ba7d7123e..6159e80b1 100644 --- a/fluid/print_panel.h +++ b/fluid/print_panel.h @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #ifndef print_panel_h #define print_panel_h diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx index dc10ef0ef..57543f4c3 100644 --- a/fluid/template_panel.cxx +++ b/fluid/template_panel.cxx @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #include "template_panel.h" #include <stdio.h> diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl index 987f3615b..7743f829d 100644 --- a/fluid/template_panel.fl +++ b/fluid/template_panel.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0304 +version 1.0400 header_name {.h} code_name {.cxx} comment {// diff --git a/fluid/template_panel.h b/fluid/template_panel.h index 6437db07b..5481810d7 100644 --- a/fluid/template_panel.h +++ b/fluid/template_panel.h @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #ifndef template_panel_h #define template_panel_h diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index 59e38c1d2..9d964f95c 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #include "widget_panel.h" extern void comment_cb(Fl_Text_Editor*, void*); diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index d24bab755..e5ce0f9e1 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0304 +version 1.0400 header_name {.h} code_name {.cxx} comment {// diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index 49cd49192..5c626cb96 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -16,7 +16,7 @@ // http://www.fltk.org/str.php // -// generated by Fast Light User Interface Designer (fluid) version 1.0304 +// generated by Fast Light User Interface Designer (fluid) version 1.0400 #ifndef widget_panel_h #define widget_panel_h |
