wmmoonclock: bumped to 1.30.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
parent
766200a19f
commit
7ffe884be2
|
@ -1,4 +1,11 @@
|
||||||
Changes:
|
Changes:
|
||||||
|
Version 1.30 - released April 23, 2020
|
||||||
|
Update report email address.
|
||||||
|
Declare some file-scope variables static.
|
||||||
|
Fix build failure with GCC 10.
|
||||||
|
Add autogen.
|
||||||
|
Usage typo fixed.
|
||||||
|
|
||||||
Version 1.29 - released August 14, 2017
|
Version 1.29 - released August 14, 2017
|
||||||
Update GPLv2 license text.
|
Update GPLv2 license text.
|
||||||
Update FSF address.
|
Update FSF address.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([wmmoonclock], [1.29], [wmaker-dev@googlegroups.com])
|
AC_INIT([wmmoonclock], [1.30], [wmaker-dev@googlegroups.com])
|
||||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
Loading…
Reference in a new issue