Skip to content

Commit a5fc369

Browse files
committed
Updates for version 0.4.3
1 parent 325efe5 commit a5fc369

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.4.3
2+
Fix #21 disable activate mouse action on desktop
3+
properly hide title on desktop #21
14
0.4.2
25
ReAdd missing themerc from windowck themes
36
0.4.1

configure.ac.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dnl *** Version information ***
88
dnl ***************************
99
m4_define([windowck_version_major], [0])
1010
m4_define([windowck_version_minor], [4])
11-
m4_define([windowck_version_micro], [2])
11+
m4_define([windowck_version_micro], [3])
1212
m4_define([windowck_version_nano], []) dnl leave this empty to have no nano version
1313
m4_define([windowck_version_build], [@REVISION@])
1414
m4_define([windowck_version_tag], [])

0 commit comments

Comments
 (0)