From 01ec8f70102ec1a2911e3a328e0c4c13a9374fae Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Fri, 28 Jul 2023 22:32:59 +0200 Subject: [PATCH] api: bump API/ABI version --- src/api/wayfire/plugin.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/wayfire/plugin.hpp b/src/api/wayfire/plugin.hpp index 1054858df..e46be34d0 100644 --- a/src/api/wayfire/plugin.hpp +++ b/src/api/wayfire/plugin.hpp @@ -94,7 +94,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 = 2023'07'14; +constexpr uint32_t WAYFIRE_API_ABI_VERSION = 2023'07'28; /** * Each plugin must also provide a function which returns the Wayfire API/ABI