From 593a6266ea49cc379946ba13ce04366f77998ee3 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 15 Apr 2015 09:19:41 -0500 Subject: [PATCH] wmload: Bump to version 0.9.6. --- wmload/ChangeLog | 6 ++++++ wmload/wmload.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wmload/ChangeLog b/wmload/ChangeLog index a2ecb7a..24872a2 100644 --- a/wmload/ChangeLog +++ b/wmload/ChangeLog @@ -1,3 +1,9 @@ +VERSION: 0.9.6 +RELEASE DATE: 15 April 2015 + -Clarify copyright information. + Add copyright header to wmload.c and COPYING file, obtained from + https://www.gnu.org/licenses/gpl-2.0.txt. + VERSION: 0.9.5 RELEASE DATE: 7 April 2015 -Now maintained by the Window Maker Developers Team diff --git a/wmload/wmload.c b/wmload/wmload.c index b8f83f2..a6f55c8 100644 --- a/wmload/wmload.c +++ b/wmload/wmload.c @@ -42,7 +42,7 @@ #define major_VER 0 #define minor_VER 9 -#define patch_VER 5 +#define patch_VER 6 #define MW_EVENTS (ExposureMask | ButtonPressMask | StructureNotifyMask) #define FALSE 0 #define Shape(num) (ONLYSHAPE ? num-5 : num)