release version 1.0.5

pull/61/head v1.0.5
Christian Krause 9 years ago
parent b263b1c6e1
commit 8879834e8a

@ -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

@ -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])

Loading…
Cancel
Save