Skip to content

Commit

Permalink
meson: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
  • Loading branch information
yshui committed Sep 27, 2024
1 parent 3899d2c commit 72fce70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 72fce70

Please sign in to comment.