Skip to content

Commit 8ea3d6d

Browse files
author
raveit65
committed
release 1.22.4
1 parent 127104c commit 8ea3d6d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### marco 1.22.4
2+
3+
* update translations
4+
* Revert "compositor: fix possible crash closing/destroying window"
5+
* theme.c: Fix window control hidpi rendering for all themes.
6+
* theme: Render window control buttons and icons as surfaces
7+
18
### marco 1.22.3
29

310
* update translations

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
22

33
m4_define([marco_major_version], [1])
44
m4_define([marco_minor_version], [22])
5-
m4_define([marco_micro_version], [3])
5+
m4_define([marco_micro_version], [4])
66

77
m4_define([marco_version],
88
[marco_major_version.marco_minor_version.marco_micro_version])

0 commit comments

Comments
 (0)