diff --git a/NEWS b/NEWS index 755be14..9c08811 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ HIO NEWS ======== -Last updated 2018-03-29 +Last updated 2018-05-16 + +Release hio.1.4.1.2 + +Fix build error in v1.4.1.1 release tarball. Release hio.1.4.1.1-rc1 diff --git a/configure.ac b/configure.ac index 8515595..afab555 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ # AC_PREREQ([2.69]) -AC_INIT([libhio], [1.4.1.1], [hjelmn@lanl.gov]) +AC_INIT([libhio], [1.4.1.2], [hjelmn@lanl.gov]) AC_CONFIG_SRCDIR([src/hio_context.c]) AC_CONFIG_HEADERS([src/include/hio_config.h]) AC_CONFIG_MACRO_DIR([m4])