Bump version to 0.4

This commit is contained in:
emersion 2019-02-25 23:23:21 +01:00
parent d425206719
commit 0b33643175
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
project( project(
'wlroots', 'wlroots',
'c', 'c',
version: '0.3.0', version: '0.4.0',
license: 'MIT', license: 'MIT',
meson_version: '>=0.48.0', meson_version: '>=0.48.0',
default_options: [ default_options: [
@ -14,7 +14,7 @@ project(
# Format of so_version is CURRENT, REVISION, AGE. # Format of so_version is CURRENT, REVISION, AGE.
# See: https://autotools.io/libtool/version.html # See: https://autotools.io/libtool/version.html
# for a reference about clean library versioning. # for a reference about clean library versioning.
so_version = ['0', '0', '0'] so_version = ['1', '1', '0']
add_project_arguments( add_project_arguments(
[ [