summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent97f2cdcc2933bf05854ffa8d8672c4829a552ff8 (diff)
Bump version numbers to 1.4.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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