This commit is contained in:
Scoopta 2024-02-09 11:22:27 -08:00
parent a9868654c2
commit fa72a9e6b9

View File

@ -1,4 +1,4 @@
project('wofi', 'c', version : 'hg', default_options : ['c_std=c99', 'buildtype=release', 'warning_level=2'])
project('wofi', 'c', version : 'v1.4.1', default_options : ['c_std=c99', 'buildtype=release', 'warning_level=2'])
cc = meson.get_compiler('c')
pkgcfg = import('pkgconfig')