wmix: bumped to 3.4.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
Jeremy Sowden 2019-07-27 11:20:29 +01:00 committed by Carlos R. Mafra
parent adf8b97d7b
commit 4bd558d111
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
3.4 NEWS:
Call `XSetCommand()`.
Added autogen and .gitignore.
Update mailing list links to new Google Groups.
3.3 NEWS:
Remove trailing whitespace.
Fix a buffer overflow (how did this ever work?)

View file

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