diff options
author | emersion <contact@emersion.fr> | 2018-12-01 11:26:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-01 11:26:29 +0100 |
commit | 3f5f4cec88868818105bdc297f89d51fa378d99d (patch) | |
tree | 120d35b4499326f75f06e5af8639b6aedac736a0 | |
parent | a22311ec76802d2d8eb4bc3fcb3e9b713f7cd1c6 (diff) | |
parent | 92e39b586c0ef737cb76aef16187bbc0a8c7629b (diff) |
Merge pull request #1404 from saimen/bump-version-number
build: bump versino to 0.2.0
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 3d96d052..df1dbb84 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.1.0', + version: '0.2.0', license: 'MIT', meson_version: '>=0.48.0', default_options: [ |