release version 1.0.6

pull/61/head v1.0.6
Christian Krause 9 years ago
parent c8f14d0f06
commit e044a6d041

@ -1,3 +1,7 @@
1.0.6 - Nov 5, 2015
* fixes large file support for listing
1.0.5 - Sep 21, 2015
* add htole64 and le64toh on glibc < 2.9

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
AC_INIT([pixz], [1.0.5], [https://github.com/vasi/pixz/issues])
AC_INIT([pixz], [1.0.6], [https://github.com/vasi/pixz/issues])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/pixz.c])
AC_CONFIG_HEADERS([config.h])

Loading…
Cancel
Save