mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
5adf844b2b
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>
12 lines
316 B
Diff
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])
|