From e044a6d041024bb1c36959e7638744ccd36681e0 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Thu, 5 Nov 2015 22:59:56 +0100 Subject: [PATCH] release version 1.0.6 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a78a80a..444530b 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index 458b1a0..b437e56 100644 --- a/configure.ac +++ b/configure.ac @@ -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])