diff --git a/src/api/wayfire/plugin.hpp b/src/api/wayfire/plugin.hpp index 3d4779ac2..35865fc3a 100644 --- a/src/api/wayfire/plugin.hpp +++ b/src/api/wayfire/plugin.hpp @@ -105,7 +105,7 @@ class plugin_interface_t using wayfire_plugin_load_func = wf::plugin_interface_t * (*)(); /** The version of Wayfire's API/ABI */ -constexpr uint32_t WAYFIRE_API_ABI_VERSION = 2024'10'01; +constexpr uint32_t WAYFIRE_API_ABI_VERSION = 2024'12'20; /** * Each plugin must also provide a function which returns the Wayfire API/ABI