From 6c857782f7f7a632767d9b2ec5872a5e279e931f Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Tue, 16 Apr 2024 14:52:50 +0200 Subject: [PATCH] 2.45.0 - Runtime: + Rewrite ueventd-mounts. + Remove initlog utility. - Feature bcache: + New feature allows boot from bcache block device. - Feature network: + Read also siaddr and wins DHCP-options. Signed-off-by: Alexey Gladkov --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9dc4c931..c079fe83 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([make-initrd],[2.44.0],[gladkov.alexey@gmail.com]) +AC_INIT([make-initrd],[2.45.0],[gladkov.alexey@gmail.com]) AC_CONFIG_HEADERS([config.h]) AC_PREFIX_DEFAULT([/usr])