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

Commit a2cbb4e

Browse files
committed
Update version to 0.9.1
1 parent c067fbc commit a2cbb4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'wlroots',
33
'c',
4-
version: '0.9.0',
4+
version: '0.9.1',
55
license: 'MIT',
66
meson_version: '>=0.51.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 = ['4', '7', '1']
17+
so_version = ['4', '8', '1']
1818

1919
add_project_arguments([
2020
'-DWLR_USE_UNSTABLE',

0 commit comments

Comments
 (0)