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

Commit 69c71db

Browse files
committed
build: bump to v0.13.0
References: #2778
1 parent 69e1997 commit 69c71db

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.12.0',
4+
version: '0.13.0',
55
license: 'MIT',
66
meson_version: '>=0.56.0',
77
default_options: [
@@ -15,7 +15,7 @@ project(
1515
# necessary for bugfix releases. Increasing soversion is required because
1616
# wlroots never guarantees ABI stability -- only API stability is guaranteed
1717
# between minor releases.
18-
soversion = 7
18+
soversion = 8
1919

2020
add_project_arguments([
2121
'-DWLR_USE_UNSTABLE',

0 commit comments

Comments
 (0)