wmshutdown: Bump to version 1.4.

This commit is contained in:
Doug Torrance 2015-06-12 21:49:17 -05:00 committed by Carlos R. Mafra
parent d810f277f1
commit 2085fdd1c8
2 changed files with 6 additions and 1 deletions

View file

@ -23,3 +23,8 @@
gtk_dialog_run() code was buggy. gtk_dialog_run() code was buggy.
* Consistent code style; no warnings or errors from checkpatch.pl * Consistent code style; no warnings or errors from checkpatch.pl
in Window Maker source tree. in Window Maker source tree.
12/06/2015: Version 1.4 released.
* Now maintained by the Window Maker Developers Team.
* Fix 'unused parameter' compiler warnings.
* Fix 'mixed declarations and code' compiler warnings.
* Update contact information.

View file

@ -1,4 +1,4 @@
AC_INIT([wmshutdown], [1.3], [wmaker-dev@lists.windowmaker.org]) AC_INIT([wmshutdown], [1.4], [wmaker-dev@lists.windowmaker.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])