wmifs: Bump to version 1.8.

This commit is contained in:
Doug Torrance 2016-04-20 00:14:13 -04:00 committed by Carlos R. Mafra
parent 7545c92c63
commit 5f0800719e
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
Version Description
--------------------------------------------------------------
1.8 * Released 160420
* Display version number from configure.ac with -v option.
* Fix typos. Ran `codespell -w .`.
1.7 * Released 160419
* Fix buffer overflow if interface has name > 8 characters.

View file

@ -1,4 +1,4 @@
AC_INIT([wmifs], [1.7], [wmaker-dev@lists.windowmaker.org])
AC_INIT([wmifs], [1.8], [wmaker-dev@lists.windowmaker.org])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CC