wmitime: Bump to version 0.5.

This commit is contained in:
Doug Torrance 2015-08-20 22:43:06 -04:00 committed by Carlos R. Mafra
parent 984f1b7e1b
commit eb6581aef1
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
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.
* Remove trailing whitespace.
* Allow -display option with no argument. Previously, if a user

View file

@ -38,7 +38,7 @@ char wmitime_mask_bits[64*64];
int wmitime_mask_width = 64;
int wmitime_mask_height = 64;
#define WMITIME_VERSION "0.4"
#define WMITIME_VERSION "0.5"
#define CHAR_WIDTH 5
#define CHAR_HEIGHT 7