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.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Jul 15, 2020
1 parent a145430 commit 751a21d
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.10.0',
version: '0.11.0',
license: 'MIT',
meson_version: '>=0.54.0',
default_options: [
Expand All @@ -15,7 +15,7 @@ project(
# necessary for bugfix releases. Increasing soversion is required because
# wlroots never guarantees ABI stability -- only API stability is guaranteed
# between minor releases.
soversion = 5
soversion = 6

add_project_arguments([
'-DWLR_USE_UNSTABLE',
Expand Down

0 comments on commit 751a21d

Please sign in to comment.