We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570eed1 commit 8dc8280Copy full SHA for 8dc8280
NEWS
@@ -5,6 +5,10 @@ See the end for copying conditions.
5
Please report Workrave bug reports. Visit our bug tracker located at:
6
https://github.com/rcaelers/workrave/issues
7
8
+* Workrave 1.10.41
9
+
10
+** Fix incomplete Gnome Shell applet menu with latest version of Gnome Shell
11
12
* Workrave 1.10.40
13
14
** Fix creation for source tarball.
configure.ac
@@ -5,7 +5,7 @@ dnl
m4_define([workrave_major_version], [1])
m4_define([workrave_minor_version], [10])
-m4_define([workrave_micro_version], [40])
+m4_define([workrave_micro_version], [41])
m4_define([workrave_version_suffix], [0])
m4_define([workrave_version],
[workrave_major_version.workrave_minor_version.workrave_micro_version])
0 commit comments