Skip to content

Commit

Permalink
plugin: bump API/ABI version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Feb 26, 2025
1 parent bab5dd5 commit e93a5af
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 = 2025'02'18;
constexpr uint32_t WAYFIRE_API_ABI_VERSION = 2025'02'26;

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

0 comments on commit e93a5af

Please sign in to comment.