diff options
author | emersion <contact@emersion.fr> | 2018-10-21 00:17:22 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-10-21 00:17:22 +0200 |
commit | be6210cf8216c08a91e085dac0ec11d0e34fb217 (patch) | |
tree | cfa2c3f0d54551a92fcbedca61e64e1143195be4 /meson.build | |
parent | 9e060be04bf25c111ce7906967ac3c714ccb2db3 (diff) |
Update version to 0.1
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 9d40dbfc..9517168a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlroots', 'c', - version: '0.0.1', + version: '0.1.0', license: 'MIT', meson_version: '>=0.48.0', default_options: [ |