diff options
author | Simon Ser <[email protected]> | 2022-01-09 11:53:35 +0100 |
---|---|---|
committer | Simon Ser <[email protected]> | 2022-01-09 11:53:35 +0100 |
commit | 68598619982fe9aa4edf81321c2ca59cd56c1983 (patch) | |
tree | 66bd57c06aa463959798ae631fd71a28d66b9314 /meson.build | |
parent | 297a0c9d35703e59b23d8bae59f181c22f52bc68 (diff) |
build: bump version to 1.7-rc2
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 092be14a..e02cd259 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'sway', 'c', - version: '1.7-rc1', + version: '1.7-rc2', license: 'MIT', meson_version: '>=0.60.0', default_options: [ |