We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e98ee commit b258285Copy full SHA for b258285
NEWS
@@ -1,3 +1,5 @@
1
+0.4.4
2
+ Fix #22 support of *.svg based unity themes
3
0.4.3
4
Fix #21 disable activate mouse action on desktop
5
properly hide title on desktop #21
configure.ac.in
@@ -8,7 +8,7 @@ dnl *** Version information ***
8
dnl ***************************
9
m4_define([windowck_version_major], [0])
10
m4_define([windowck_version_minor], [4])
11
-m4_define([windowck_version_micro], [3])
+m4_define([windowck_version_micro], [4])
12
m4_define([windowck_version_nano], []) dnl leave this empty to have no nano version
13
m4_define([windowck_version_build], [@REVISION@])
14
m4_define([windowck_version_tag], [])
0 commit comments