fix: update sway original version (#289)

This commit is contained in:
ozwaldorf 2024-04-16 05:10:19 -04:00 committed by GitHub
parent 62472238ca
commit a4d51d55e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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('/')