wmtime: Bump to version 1.4.
This commit is contained in:
parent
5d9d82f5c4
commit
84b9867ef5
|
@ -3,6 +3,11 @@ WMTime changes.
|
||||||
Version Description
|
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
|
1.3 - Released 150525
|
||||||
- Update to latest version of wmgeneral library.
|
- Update to latest version of wmgeneral library.
|
||||||
- Fix typos. Ran `codespell -w`.
|
- Fix typos. Ran `codespell -w`.
|
||||||
|
|
|
@ -103,7 +103,7 @@ const char* default_left_action = NULL;
|
||||||
const char* default_middle_action = NULL;
|
const char* default_middle_action = NULL;
|
||||||
const char* default_right_action = NULL;
|
const char* default_right_action = NULL;
|
||||||
|
|
||||||
#define WMTIME_VERSION "1.3"
|
#define WMTIME_VERSION "1.4"
|
||||||
|
|
||||||
/********************/
|
/********************/
|
||||||
/* Global Variables */
|
/* Global Variables */
|
||||||
|
|
Loading…
Reference in a new issue