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