Skip to content

Commit

Permalink
api: bump API/ABI version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Jul 28, 2023
1 parent 5dbd423 commit 01ec8f7
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 @@ -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
Expand Down

0 comments on commit 01ec8f7

Please sign in to comment.