diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-12-09 17:37:52 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-12-09 20:46:01 +0100 |
| commit | 99a628628828adae520b1129721c41bae04c3ff4 (patch) | |
| tree | 97edd6e5672b90e666638324d6c620686e4f8ce7 /CMakeLists.txt | |
| parent | 05ee86fe5772643b8994eecba83c623884eae7c4 (diff) | |
Bump version numbers for release 1.4.1
To do: update CHANGES.txt with real info.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 171d946a1..e9047f925 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR) # define the FLTK project and version ####################################################################### -project(FLTK VERSION 1.4.0) +project(FLTK VERSION 1.4.1) ####################################################################### # include macro and function definitions for general usage @@ -105,8 +105,8 @@ unset(debug_build) ####################################################################### # Build a dummy ("empty") Cairo library for backwards compatibility. -# This should be removed some time after 1.4.0 was released, maybe -# in FLTK 1.4.1, 1.4.2, 1.5.0, or whatever the next minor release is. +# This should be removed in the next minor release after 1.4.x, likely +# in FLTK 1.5.0. ####################################################################### if(FLTK_HAVE_CAIRO) |
