1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-04-14 17:53:25 -04:00

meson: bump version

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-11-12 09:39:28 +00:00
parent 081510aff1
commit ab6ca6c1e4
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4

View file

@ -1,4 +1,4 @@
project('picom', 'c', version: '12.3',
project('picom', 'c', version: '12.4',
default_options: ['c_std=c11', 'warning_level=1'])
cc = meson.get_compiler('c')