Files
packages/utils/inotify-tools/patches/100-fix-version.patch
T
Daniel Golle 5adf844b2b inotify-tools: update to 4.25.9.0
Update from 4.23.9.0.

The 4.25.9.0 release brings various fixes and updates accumulated
since 4.23 including build system fixes, smaller bug fixes and
maintenance updates.

Link: https://github.com/inotify-tools/inotify-tools/releases/tag/4.25.9.0
Link: https://github.com/inotify-tools/inotify-tools/blob/4.25.9.0/ChangeLog
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2026-05-17 13:37:02 +01:00

12 lines
316 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([inotify-tools], [4.23.9.0])
+AC_INIT([inotify-tools], [4.25.9.0])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/inotifywait.cpp])
AC_CONFIG_HEADERS([config.h])