From eb6581aef14e940bfacde75e72aa3ae60f1c9c85 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Thu, 20 Aug 2015 22:43:06 -0400 Subject: [PATCH] wmitime: Bump to version 0.5. --- wmitime/CHANGES | 4 ++++ wmitime/wmitime.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wmitime/CHANGES b/wmitime/CHANGES index 71fc433..7a744ad 100644 --- a/wmitime/CHANGES +++ b/wmitime/CHANGES @@ -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 diff --git a/wmitime/wmitime.c b/wmitime/wmitime.c index 24c0c37..9e511a0 100644 --- a/wmitime/wmitime.c +++ b/wmitime/wmitime.c @@ -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