Skip to content

Commit c321da4

Browse files
committed
meson: bump version
Signed-off-by: Yuxuan Shui <[email protected]>
1 parent 57a16f5 commit c321da4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v12.1
2+
3+
## Bug fixes
4+
5+
* picom stops rendering correctly after monitor configuration changes (#1338, thanks to @Suyooo)
6+
17
# v12
28

39
## Bug fixes

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('picom', 'c', version: '12',
1+
project('picom', 'c', version: '12.1',
22
default_options: ['c_std=c11', 'warning_level=1'])
33

44
cc = meson.get_compiler('c')

0 commit comments

Comments
 (0)