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

Commit b051bb6

Browse files
committed
Update version to 0.8.1
1 parent b1b93c2 commit b051bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'wlroots',
33
'c',
4-
version: '0.7.0',
4+
version: '0.8.1',
55
license: 'MIT',
66
meson_version: '>=0.48.0',
77
default_options: [
@@ -14,7 +14,7 @@ project(
1414
# Format of so_version is CURRENT, REVISION, AGE.
1515
# See: https://autotools.io/libtool/version.html
1616
# for a reference about clean library versioning.
17-
so_version = ['3', '5', '1']
17+
so_version = ['3', '6', '1']
1818

1919
add_project_arguments([
2020
'-DWLR_USE_UNSTABLE',

0 commit comments

Comments
 (0)