Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed May 3, 2019
1 parent cf3b083 commit c0305f4
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
@@ -1,7 +1,7 @@
project(
'wlroots',
'c',
version: '0.5.0',
version: '0.6.0',
license: 'MIT',
meson_version: '>=0.48.0',
default_options: [
Expand All @@ -14,7 +14,7 @@ project(
# Format of so_version is CURRENT, REVISION, AGE.
# See: https://autotools.io/libtool/version.html
# for a reference about clean library versioning.
so_version = ['2', '3', '1']
so_version = ['3', '4', '1']

add_project_arguments([
'-DWLR_SRC_DIR="@0@"'.format(meson.current_source_dir()),
Expand Down

0 comments on commit c0305f4

Please sign in to comment.