Skip to content

Commit

Permalink
Merge branch 'yshui:next' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
pijulius authored Sep 27, 2024
2 parents 0c46ea5 + 72fce70 commit d1d5a32
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 d1d5a32

Please sign in to comment.