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 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e9047f925..c1c5888ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 @@ -36,7 +36,7 @@ cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR) # define the FLTK project and version ####################################################################### -project(FLTK VERSION 1.4.1) +project(FLTK VERSION 1.4.2) ####################################################################### # include macro and function definitions for general usage -- cgit v1.2.3