diff --git a/meson.build b/meson.build index 40383a251..4ace80a0f 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'wayfire', 'c', 'cpp', - version: '0.1', + version: '0.2', license: 'MIT', meson_version: '>=0.43.0', default_options: [ @@ -13,7 +13,7 @@ project( ], ) -so_version = ['0', '1', '0'] +so_version = ['0', '2', '0'] wayfire_api_inc = include_directories('src/api') wayland_server = dependency('wayland-server')