Skip to content

Commit

Permalink
bump Wayfire version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Jan 3, 2020
1 parent 0e1bb37 commit de433d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'wayfire',
'c',
'cpp',
version: '0.3',
version: '0.3.1',
license: 'MIT',
meson_version: '>=0.43.0',
default_options: [
Expand All @@ -13,7 +13,7 @@ project(
],
)

so_version = ['0', '3', '0']
so_version = ['0', '3', '1']
wayfire_api_inc = include_directories('src/api')

wayland_server = dependency('wayland-server')
Expand Down
2 changes: 1 addition & 1 deletion src/api/plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,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 = 2019'10'08;
constexpr uint32_t WAYFIRE_API_ABI_VERSION = 2020'01'03;

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

0 comments on commit de433d2

Please sign in to comment.