diff options
author | Simon Ser <[email protected]> | 2022-01-16 19:40:11 +0100 |
---|---|---|
committer | Simon Ser <[email protected]> | 2022-01-16 19:40:11 +0100 |
commit | ab11f404794583f9e2e349ed1f8d96dedce3bfdf (patch) | |
tree | 0278bf24cf15c41c0e68ce9c7b2c2a3c2f2df583 | |
parent | c9ff52daa3cccf72f217a6ce0fbea71dc0070cb8 (diff) |
build: bump version to 1.7-rc3
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 3c87a4b6..49ae4b7a 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'sway', 'c', - version: '1.7-rc2', + version: '1.7-rc3', license: 'MIT', meson_version: '>=0.60.0', default_options: [ |