wmmemload: Release version 0.1.7.

This commit is contained in:
Doug Torrance 2014-10-09 23:50:23 -05:00 committed by Carlos R. Mafra
parent 93a0ca7f28
commit 2076268622
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
* Fix compiler warnings. * Fix compiler warnings.
* Use consistent formatting in source code. * Use consistent formatting in source code.
* Update for Linux kernels >= 3.14. * Update for Linux kernels >= 3.14.
* Release version 0.1.7.
2014 October 7 2014 October 7
* Fix FTBFS on the Hurd (submitted by Svante Signell). * Fix FTBFS on the Hurd (submitted by Svante Signell).

View file

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52) AC_PREREQ(2.52)
dnl AC_INIT(src/main.c) dnl AC_INIT(src/main.c)
AC_INIT(wmmemload, 0.1.6, me@markstaggs.net) AC_INIT(wmmemload, 0.1.7, wmaker-dev@lists.windowmaker.org)
AC_CANONICAL_HOST AC_CANONICAL_HOST
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE