Skip to content

Commit

Permalink
core: Bump plugin API/ABI version (WayfireWM#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau authored Dec 20, 2024
1 parent fe95df1 commit fdadd85
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'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
Expand Down

0 comments on commit fdadd85

Please sign in to comment.