Skip to content

Commit

Permalink
plugins: Bump API/ABI version
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau committed Aug 27, 2024
1 parent 2368623 commit d54cd71
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 @@ -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'06'19;
constexpr uint32_t WAYFIRE_API_ABI_VERSION = 2024'08'26;

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

0 comments on commit d54cd71

Please sign in to comment.