diff options
author | Simon Ser <[email protected]> | 2021-12-23 14:38:35 +0100 |
---|---|---|
committer | Simon Ser <[email protected]> | 2021-12-23 14:38:56 +0100 |
commit | 0e5dda3747f56de4937f98fa6c7bd4ec6048818f (patch) | |
tree | 638434138a67e9c1854803b2ed7113470707029e | |
parent | d7867d41c25e0a027a9900f3dde565c6caaa4890 (diff) |
build: bump version to 1.7-rc1
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 452502ff..092be14a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'sway', 'c', - version: '1.6', + version: '1.7-rc1', license: 'MIT', meson_version: '>=0.60.0', default_options: [ |