Skip to content

Commit

Permalink
release v1.4.1.2
Browse files Browse the repository at this point in the history
This release contains a fix to deal with a build issue with
v1.4.1.1. There are no other fixes in this release.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
  • Loading branch information
hjelmn committed May 16, 2018
1 parent a274e23 commit bbc2784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit bbc2784

Please sign in to comment.