wmmoonclock: Bump to version 1.29.

This commit is contained in:
Doug Torrance 2017-08-14 18:49:30 -04:00 committed by Carlos R. Mafra
parent 4d99734d71
commit 2742762243
2 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,16 @@
Changes:
Version 1.29 - released August 14, 2017
Update GPLv2 license text.
Update FSF address.
Remove trailing whitespace.
Use autotools for build.
Rename changelog to ChangeLog; clean up and split off TODO.
Correct bug report email address.
Remove unused variables.
Use unsigned char in mask bitmap to avoid overflow warnings.
Use correct includes for each file.
Add desktop entry file.
Version 1.28 - released September 20, 2011.
Debian patches added to the upstream version. These patches
are included:

View file

@ -1,4 +1,4 @@
AC_INIT([wmmoonclock], [1.28], [wmaker-dev@lists.windowmaker.org])
AC_INIT([wmmoonclock], [1.29], [wmaker-dev@lists.windowmaker.org])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CC