wmshutdown: Bump to version 1.4.
This commit is contained in:
parent
d810f277f1
commit
2085fdd1c8
|
@ -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.
|
||||||
|
|
|
@ -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])
|
||||||
|
|
Loading…
Reference in a new issue