Skip to content

Commit

Permalink
Version bump for packaging fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Caelers <[email protected]>
  • Loading branch information
rcaelers committed Jun 2, 2019
1 parent 7b8543f commit 2d39dbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ See the end for copying conditions.
Please report Workrave bug reports. Visit our bug tracker located at:
http://www.workrave.org

* Workrave 1.10.33

** Packaging fixes

* Workrave 1.10.32

** Fixed a bug that caused high CPU load when the main window was
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl

m4_define([workrave_major_version], [1])
m4_define([workrave_minor_version], [10])
m4_define([workrave_micro_version], [32])
m4_define([workrave_micro_version], [33])
m4_define([workrave_version_suffix], [0])
m4_define([workrave_version],
[workrave_major_version.workrave_minor_version.workrave_micro_version])
Expand Down

0 comments on commit 2d39dbd

Please sign in to comment.