From 02af6a57eb4717af47f8ecd69be04abebd08c0d5 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 19 Feb 2025 19:08:55 +0100 Subject: Bump version numbers to 1.4.2 --- CMake/options.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMake') 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) -- cgit v1.2.3