From ffe97ca69868da0799054bb440ac4455362da21c Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 17 Apr 2020 12:48:49 -0400 Subject: [PATCH] wmifinfo: Bump to version 0.11 --- wmifinfo/Changelog | 3 +++ wmifinfo/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wmifinfo/Changelog b/wmifinfo/Changelog index a6590ce..5aeb6b1 100644 --- a/wmifinfo/Changelog +++ b/wmifinfo/Changelog @@ -63,3 +63,6 @@ - Add manpage from Debian package. - Now maintained by the Window Maker Developers Team . + +0.11 Bugfix + - Use extern when declaring global variables in header file. diff --git a/wmifinfo/Makefile b/wmifinfo/Makefile index a44ae8e..2cd03d1 100644 --- a/wmifinfo/Makefile +++ b/wmifinfo/Makefile @@ -9,7 +9,7 @@ ENABLE_NWN_SUPPORT=n # Nothing to configure under here NAME=wmifinfo -VERSION=0.10 +VERSION=0.11 CC = gcc LD = gcc