diff --git a/ocaml/idl/datamodel.ml b/ocaml/idl/datamodel.ml index 0a0d9677ee6..9345bd18313 100644 --- a/ocaml/idl/datamodel.ml +++ b/ocaml/idl/datamodel.ml @@ -2802,7 +2802,7 @@ module Sr_stat = struct (Prototyped, rel_kolkata, "") ; (Published, rel_lima, "") ; ( Extended - , "24.16.0" + , "24.17.0" , "Enum extended with 'unreachable' and 'unavailable' values" ) ] diff --git a/ocaml/idl/datamodel_lifecycle.ml b/ocaml/idl/datamodel_lifecycle.ml index 14365c257f8..5cb7324c9c3 100644 --- a/ocaml/idl/datamodel_lifecycle.ml +++ b/ocaml/idl/datamodel_lifecycle.ml @@ -134,13 +134,13 @@ let prototyped_of_message = function | "host", "set_numa_affinity_policy" -> Some "24.0.0" | "VM", "get_secureboot_readiness" -> - Some "24.15.0-next" + Some "24.17.0" | "VM", "set_uefi_mode" -> - Some "24.15.0-next" + Some "24.17.0" | "VM", "restart_device_models" -> Some "23.30.0" | "pool", "get_guest_secureboot_readiness" -> - Some "24.15.0-next" + Some "24.17.0" | "pool", "set_ext_auth_max_threads" -> Some "23.27.0" | "pool", "set_local_auth_max_threads" -> diff --git a/ocaml/idl/schematest.ml b/ocaml/idl/schematest.ml index d578006c4e0..7bdc6f21276 100644 --- a/ocaml/idl/schematest.ml +++ b/ocaml/idl/schematest.ml @@ -3,7 +3,7 @@ let hash x = Digest.string x |> Digest.to_hex (* BEWARE: if this changes, check that schema has been bumped accordingly in ocaml/idl/datamodel_common.ml, usually schema_minor_vsn *) -let last_known_schema_hash = "b24c445c4f9c3e7f63caf45705865fc8" +let last_known_schema_hash = "6566a4091ecb3200649185730e4f185d" let current_schema_hash : string = let open Datamodel_types in