wmload: Bump to version 0.9.6.
This commit is contained in:
parent
7cc19cb1cc
commit
593a6266ea
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue