aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-12-31 10:33:11 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-12-31 10:33:11 -0500
commit6572621b4578ef4517a720e470e6b7eeeacae39d (patch)
treeda870b37718b5ca72b6dac422a9a68efb51ee2ce
parent_incr_version: always overwrite old version number (diff)
downloadsway-6572621b4578ef4517a720e470e6b7eeeacae39d.tar.gz
sway-6572621b4578ef4517a720e470e6b7eeeacae39d.tar.zst
sway-6572621b4578ef4517a720e470e6b7eeeacae39d.zip
Update version to 1.3-rc11.3-rc1
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 230d6b1e..215fb6e8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
1project( 1project(
2 'sway', 2 'sway',
3 'c', 3 'c',
4 version: '1.2', #release_version 4 version: '1.3-rc1', #release_version
5 license: 'MIT', 5 license: 'MIT',
6 meson_version: '>=0.48.0', 6 meson_version: '>=0.48.0',
7 default_options: [ 7 default_options: [
@@ -58,7 +58,7 @@ math = cc.find_library('m')
58rt = cc.find_library('rt') 58rt = cc.find_library('rt')
59 59
60# Try first to find wlroots as a subproject, then as a system dependency 60# Try first to find wlroots as a subproject, then as a system dependency
61wlroots_version = ['>=0.8.1', '<0.9.0'] 61wlroots_version = ['>=0.9.0', '<0.10.0']
62wlroots_proj = subproject( 62wlroots_proj = subproject(
63 'wlroots', 63 'wlroots',
64 default_options: ['examples=false'], 64 default_options: ['examples=false'],