diff --git a/fluid/about_panel.cxx b/fluid/about_panel.cxx index e8ab2f0f5..094685e84 100644 --- a/fluid/about_panel.cxx +++ b/fluid/about_panel.cxx @@ -278,7 +278,7 @@ 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.10"); + { Fl_Box* o = new Fl_Box(135, 10, 170, 69, "FLTK User\nInterface Designer\nVersion 1.1.11"); o->color((Fl_Color)12); o->selection_color(FL_DARK1); o->labelfont(1); diff --git a/fluid/about_panel.fl b/fluid/about_panel.fl index 18f6919e9..40a84353c 100644 --- a/fluid/about_panel.fl +++ b/fluid/about_panel.fl @@ -46,7 +46,7 @@ Function {make_about_panel()} {open Fl_Box {} { label {FLTK User Interface Designer -Version 1.1.10} +Version 1.1.11} xywh {135 10 170 69} color 12 selection_color 47 labelfont 1 labelsize 18 align 21 } Fl_Box {} {