summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent97f2cdcc2933bf05854ffa8d8672c4829a552ff8 (diff)
Bump version numbers to 1.4.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 73d4425c2..2127a35f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl the "configure" script is made from this by running GNU "autoconf"
dnl
dnl Configuration script for the Fast Light Tool Kit (FLTK).
dnl
-dnl Copyright 1998-2024 by Bill Spitzak and others.
+dnl Copyright 1998-2025 by Bill Spitzak and others.
dnl
dnl This library is free software. Distribution and use rights are outlined in
dnl the file "COPYING" which should have been included with this file. If this
@@ -21,7 +21,7 @@ AC_PREREQ([2.50])
dnl Package name and version
-AC_INIT([fltk], [1.4.1], [https://github.com/fltk/fltk/issues], [fltk], [https://www.fltk.org/])
+AC_INIT([fltk], [1.4.2], [https://github.com/fltk/fltk/issues], [fltk], [https://www.fltk.org/])
FLTK_VERSION="AC_PACKAGE_VERSION"
FLTK_VERSION_MAJOR=$(echo AC_PACKAGE_VERSION | awk -F. '{print $1}')