From a391cb1f8f113862c06d2ababed6af1af8d5273a Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Fri, 5 Jan 2018 12:43:06 -0700 Subject: [PATCH] on to 1.4.1.0-rc2 Signed-off-by: Nathan Hjelm --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 46eb79c..371adbb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # -*- mode: shell-script-mode -*- # -# Copyright (c) 2014-2017 Los Alamos National Security, LLC. All rights +# Copyright (c) 2014-2018 Los Alamos National Security, LLC. All rights # reserved. # $COPYRIGHT$ # @@ -10,7 +10,7 @@ # AC_PREREQ([2.69]) -AC_INIT([libhio], [1.4.1.0-rc1], [hjelmn@lanl.gov]) +AC_INIT([libhio], [1.4.1.0-rc2], [hjelmn@lanl.gov]) AC_CONFIG_SRCDIR([src/hio_context.c]) AC_CONFIG_HEADERS([src/include/hio_config.h]) AC_CONFIG_MACRO_DIR([m4])