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