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 --- FL/Enumerations.H | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'FL/Enumerations.H') diff --git a/FL/Enumerations.H b/FL/Enumerations.H index b5975e619..0fe8e03a7 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -1,7 +1,7 @@ // // Enumerations for the Fast Light Tool Kit (FLTK). // -// 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,6 +36,8 @@ # include "fl_types.h" # include // for FL_COMMAND and FL_CONTROL +// Current FLTK version: 1.4.2 + /** \name Version Numbers FLTK defines some constants to help the programmer to @@ -63,7 +65,7 @@ FLTK remains binary compatible between patches. */ -#define FL_PATCH_VERSION 1 +#define FL_PATCH_VERSION 2 /** The FLTK version number as a \em double. -- cgit v1.2.3