wmix: bump to 3.5.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
Jeremy Sowden 2020-04-18 18:03:43 +01:00 committed by Carlos R. Mafra
parent 7e43b2a679
commit 9fda6b107a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
3.5 NEWS:
Fixed link failure with GCC 10.
Fixed some typo's.
3.4 NEWS:
Call `XSetCommand()`.
Added autogen and .gitignore.

View File

@ -1,4 +1,4 @@
AC_INIT([wmix], [3.4], [wmaker-dev@googlegroups.com])
AC_INIT([wmix], [3.5], [wmaker-dev@googlegroups.com])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([wmix.c])