wmitime: Bump to version 0.5.
This commit is contained in:
parent
984f1b7e1b
commit
eb6581aef1
|
@ -1,5 +1,9 @@
|
||||||
Version Description
|
Version Description
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
0.5 * wmitime uses now the new library libdockapp that includes the
|
||||||
|
old wmgeneral library.
|
||||||
|
* Add note about libdockapp to README.
|
||||||
|
|
||||||
0.4 * Update GPL text and Free Software Foundation address.
|
0.4 * Update GPL text and Free Software Foundation address.
|
||||||
* Remove trailing whitespace.
|
* Remove trailing whitespace.
|
||||||
* Allow -display option with no argument. Previously, if a user
|
* Allow -display option with no argument. Previously, if a user
|
||||||
|
|
|
@ -38,7 +38,7 @@ char wmitime_mask_bits[64*64];
|
||||||
int wmitime_mask_width = 64;
|
int wmitime_mask_width = 64;
|
||||||
int wmitime_mask_height = 64;
|
int wmitime_mask_height = 64;
|
||||||
|
|
||||||
#define WMITIME_VERSION "0.4"
|
#define WMITIME_VERSION "0.5"
|
||||||
|
|
||||||
#define CHAR_WIDTH 5
|
#define CHAR_WIDTH 5
|
||||||
#define CHAR_HEIGHT 7
|
#define CHAR_HEIGHT 7
|
||||||
|
|
Loading…
Reference in a new issue