diff options
author | emersion <contact@emersion.fr> | 2019-02-25 23:23:21 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-02-25 23:23:21 +0100 |
commit | 0b336431757cadeb1bb2698ab9ea8d5d248fd578 (patch) | |
tree | 5915a0239717273efd39d0cd6366a0a0b79d05b4 | |
parent | d425206719467b8467f71118c08b253284c6ba09 (diff) |
Bump version to 0.4
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 56c3f6a3..4ec03154 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.3.0', + version: '0.4.0', license: 'MIT', meson_version: '>=0.48.0', default_options: [ @@ -14,7 +14,7 @@ project( # Format of so_version is CURRENT, REVISION, AGE. # See: https://autotools.io/libtool/version.html # for a reference about clean library versioning. -so_version = ['0', '0', '0'] +so_version = ['1', '1', '0'] add_project_arguments( [ |