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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed Mar 11, 2019
1 parent aa5c369 commit c9137cb
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.4.1',
version: '0.5.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 = ['1', '2', '0']
so_version = ['2', '3', '1']

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

0 comments on commit c9137cb

Please sign in to comment.