1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-03-24 17:26:22 -04:00

meson: bump version

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-09-27 07:09:29 +01:00
parent 3899d2c4cd
commit 72fce70ef7
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# v12
## Bug fixes
* Fix crash related to window leader updates (#1337 + extra).
* Remove an invalid assertion.
# v12-rc4 (2024-Sep-08)
## Bug fixes

View file

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