mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Update version numbers to 1.5.0
This commit is contained in:
+4
-3
@@ -36,7 +36,8 @@
|
||||
# include "fl_types.h"
|
||||
# include <FL/platform_types.h> // for FL_COMMAND and FL_CONTROL
|
||||
|
||||
// Current FLTK version: 1.4.2
|
||||
// Keep the following comment in sync with the values below for searching
|
||||
// Current FLTK version: 1.5.0
|
||||
|
||||
/** \name Version Numbers
|
||||
|
||||
@@ -58,14 +59,14 @@
|
||||
|
||||
FLTK remains mostly source-code compatible between minor version changes.
|
||||
*/
|
||||
#define FL_MINOR_VERSION 4
|
||||
#define FL_MINOR_VERSION 5
|
||||
|
||||
/**
|
||||
The patch version for this library.
|
||||
|
||||
FLTK remains binary compatible between patches.
|
||||
*/
|
||||
#define FL_PATCH_VERSION 2
|
||||
#define FL_PATCH_VERSION 0
|
||||
|
||||
/**
|
||||
The FLTK version number as a \em double.
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
// =======================================================================
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0402
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0500
|
||||
|
||||
#ifndef Fl_File_Chooser_H
|
||||
#define Fl_File_Chooser_H
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
// ========================================================================
|
||||
//
|
||||
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0402
|
||||
// generated by Fast Light User Interface Designer (fluid) version 1.0500
|
||||
|
||||
#ifndef Fl_Help_Dialog_H
|
||||
#define Fl_Help_Dialog_H
|
||||
|
||||
Reference in New Issue
Block a user