summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-02-19 19:08:55 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-02-21 16:25:39 +0100
commit02af6a57eb4717af47f8ecd69be04abebd08c0d5 (patch)
treefe5f90839fd525e02d879c4518595c339af62d0a /CMake
parent97f2cdcc2933bf05854ffa8d8672c4829a552ff8 (diff)
Bump version numbers to 1.4.2
Diffstat (limited to 'CMake')
-rw-r--r--CMake/options.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index eac34b9e6..2677abee4 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -2,7 +2,7 @@
# Main CMakeLists.txt to build the FLTK project using CMake (www.cmake.org)
# Originally written by Michael Surette
#
-# Copyright 1998-2024 by Bill Spitzak and others.
+# Copyright 1998-2025 by Bill Spitzak and others.
#
# This library is free software. Distribution and use rights are outlined in
# the file "COPYING" which should have been included with this file. If this
@@ -202,7 +202,7 @@ if(FLTK_USE_BUNDLED_PNG)
# Definitions for 'config.h' - do we still need this?
# See also png/CMakeLists.txt (target_compile_definitions).
# Note: config.h is generated by either configure or CMake,
- # hence we should support it in 1.4.0 (may be changed in 1.5.0)
+ # hence we should support it in 1.4.x (may be changed in 1.5.0)
set(HAVE_PNG_H 1)
set(HAVE_PNG_GET_VALID 1)