From a4d51d55e5236ac9fc1b9be64156388d94c09c3e Mon Sep 17 00:00:00 2001 From: ozwaldorf Date: Tue, 16 Apr 2024 05:10:19 -0400 Subject: [PATCH] fix: update sway original version (#289) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('/')