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:
parent
3899d2c4cd
commit
72fce70ef7
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue