This commit is contained in:
Scoopta 2024-02-04 15:26:21 -08:00
parent a5baf43417
commit 89914c6a69

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', default_options : ['c_std=c99', 'buildtype=release', 'warning_level=2'])
cc = meson.get_compiler('c')
pkgcfg = import('pkgconfig')