Skip to content

Commit

Permalink
meson.build: bump wayfire version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Jun 24, 2019
1 parent 5a2b167 commit 9bb4728
Showing 1 changed file with 2 additions and 2 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.1',
version: '0.2',
license: 'MIT',
meson_version: '>=0.43.0',
default_options: [
Expand All @@ -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')
Expand Down

0 comments on commit 9bb4728

Please sign in to comment.