Skip to content

Commit

Permalink
api: bump API/ABI version
Browse files Browse the repository at this point in the history
To reflect new wlroots release.
  • Loading branch information
ammen99 committed Nov 23, 2023
1 parent 53fe7ab commit 37b747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/wayfire/plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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'10'25;
constexpr uint32_t WAYFIRE_API_ABI_VERSION = 2023'11'23;

/**
* Each plugin must also provide a function which returns the Wayfire API/ABI
Expand Down

0 comments on commit 37b747e

Please sign in to comment.