From 8879834e8aba57381c052ff5712624b7f491ef6a Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Mon, 21 Sep 2015 12:56:35 +0200 Subject: [PATCH] release version 1.0.5 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a1ae23a..a78a80a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +1.0.5 - Sep 21, 2015 + + * add htole64 and le64toh on glibc < 2.9 + 1.0.4 - Sep 18, 2015 * include man page in release tarball diff --git a/configure.ac b/configure.ac index 9e303fc..458b1a0 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.4], [https://github.com/vasi/pixz/issues]) +AC_INIT([pixz], [1.0.5], [https://github.com/vasi/pixz/issues]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/pixz.c]) AC_CONFIG_HEADERS([config.h])