wmtime: Bump to version 1.4.

This commit is contained in:
Doug Torrance 2015-08-24 00:35:07 -04:00 committed by Carlos R. Mafra
parent 5d9d82f5c4
commit 84b9867ef5
2 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,11 @@ WMTime changes.
Version Description
--------------------------------------------------------------
1.4 - Released 150824
- The dockapp wmtime uses the new version of libdockapp and do
not use libwmgeneral.
- Add note about libdockapp to INSTALL.
1.3 - Released 150525
- Update to latest version of wmgeneral library.
- Fix typos. Ran `codespell -w`.

View file

@ -103,7 +103,7 @@ const char* default_left_action = NULL;
const char* default_middle_action = NULL;
const char* default_right_action = NULL;
#define WMTIME_VERSION "1.3"
#define WMTIME_VERSION "1.4"
/********************/
/* Global Variables */