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

release: v12.5

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-11-13 06:48:38 +00:00
parent 2fdeac0f1c
commit a456d438d0
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# 12.x (unreleased)
# 12.5 (2024-Nov-13)
## Bug fixes

View file

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