summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozwaldorf <[email protected]>2024-04-16 05:10:19 -0400
committerGitHub <[email protected]>2024-04-16 11:10:19 +0200
commita4d51d55e5236ac9fc1b9be64156388d94c09c3e (patch)
tree4a33c39a0019c8fd01aad4d81227a94fc5e1174f
parent62472238caa0cba06e8186e3adfb36ade65e6ce3 (diff)
fix: update sway original version (#289)
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a8142519..2ab72e13 100644
--- a/meson.build
+++ b/meson.build
@@ -187,7 +187,7 @@ if git.found()
endif
endif
add_project_arguments('-DSWAY_VERSION=@0@'.format(version), language: 'c')
-add_project_arguments('-DSWAY_ORIGINAL_VERSION="1.8.1"', language: 'c')
+add_project_arguments('-DSWAY_ORIGINAL_VERSION="1.9.0"', language: 'c')
# Compute the relative path used by compiler invocations.
source_root = meson.current_source_dir().split('/')