wmclock: Bump to version 1.0.16.
This commit is contained in:
parent
c2462c2e7b
commit
4cbed06642
|
@ -1,3 +1,16 @@
|
|||
2015-09-24 Doug Torrance <dtorrance@piedmont.edu>
|
||||
|
||||
* Bump to version 1.0.16.
|
||||
|
||||
* configure.ac, wmclock.1.in: Get manpage date from ChangeLog instead
|
||||
of manually updating.
|
||||
|
||||
* configure.ac, wmclock.c: Use defines to get language xpms instead of
|
||||
creating symlinks.
|
||||
|
||||
* wmclock.c: Fix "comparison between signed and unsigned integer"
|
||||
warnings.
|
||||
|
||||
2014-12-11 Doug Torrance <dtorrance@monmouthcollege.edu>
|
||||
|
||||
* Bump to version 1.0.15.
|
||||
|
@ -32,8 +45,6 @@
|
|||
* Imakefile, Makefile.am, configure, configure.ac: Switch build
|
||||
system from deprecated imake to autotools.
|
||||
|
||||
2014-12-10 Doug Torrance <dtorrance@monmouthcollege.edu>
|
||||
|
||||
* ChangeLog, INSTALL, Imakefile, README, configure, dynlist.c,
|
||||
dynlist.h, wmclock.c, wmclock.man.in: Remove trailing whitespace.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([wmclock], [1.0.15], [wmaker-dev@lists.windowmaker.org])
|
||||
AC_INIT([wmclock], [1.0.16], [wmaker-dev@lists.windowmaker.org])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
AC_CONFIG_SRCDIR([configure.ac])
|
||||
AC_PROG_CC
|
||||
|
|
Loading…
Reference in a new issue