summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-12-09 17:37:52 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-12-09 20:46:01 +0100
commit99a628628828adae520b1129721c41bae04c3ff4 (patch)
tree97edd6e5672b90e666638324d6c620686e4f8ce7 /configure.ac
parent05ee86fe5772643b8994eecba83c623884eae7c4 (diff)
Bump version numbers for release 1.4.1
To do: update CHANGES.txt with real info.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac5154d32..0d48db5f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_PREREQ([2.50])
dnl Package name and version
-AC_INIT([fltk], [1.4.0], [https://github.com/fltk/fltk/issues], [fltk], [https://www.fltk.org/])
+AC_INIT([fltk], [1.4.1], [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}')