From 6bf22df62a42c2c7b99216a185cce680f2e1a6db Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 8 Jul 2024 16:27:13 +0100 Subject: [PATCH] generator/actions_core.ml: Fix version field for new APIs Fixes: commit 1816651f3c138600ad2e5ba0d6437b4753333818 --- generator/actions_core.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/actions_core.ml b/generator/actions_core.ml index c0921d07d..20f6e8436 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -5724,7 +5724,7 @@ filesystem can be found. To find the label of a filesystem, use C." }; { defaults with - name = "findfs_partuuid"; added = (1, 5, 3); + name = "findfs_partuuid"; added = (1, 53, 5); style = RString (RDevice, "device"), [String (PlainString, "uuid")], []; impl = OCaml "Findfs.findfs_partuuid"; shortdesc = "find a partition by UUID"; @@ -5736,7 +5736,7 @@ partition can be found. To find the UUID of a partition, use C (C)." }; { defaults with - name = "findfs_partlabel"; added = (1, 5, 3); + name = "findfs_partlabel"; added = (1, 53, 5); style = RString (RDevice, "device"), [String (PlainString, "label")], []; impl = OCaml "Findfs.findfs_partlabel"; shortdesc = "find a partition by label";