Release 0.5.8.

This commit is contained in:
Herbert Xu 2014-09-26 22:25:34 +08:00
parent 580a7aed74
commit f21016a126
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
* Small optimisation of command -pv change.
* Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin.
* Change "characters" for printf precision to "bytes".
* Release 0.5.8.
2014-09-26 Jonathan Nieder <jrnieder@gmail.com>

View File

@ -1,4 +1,4 @@
AC_INIT(dash, 0.5.7)
AC_INIT(dash, 0.5.8)
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/main.c])