From 43d8a13e3951b696f84f6a75a7e04a7a8d6df399 Mon Sep 17 00:00:00 2001 From: James Dinan Date: Thu, 19 Apr 2018 20:14:20 -0400 Subject: [PATCH] Bump version number to 1.4.1 Signed-off-by: James Dinan --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 57a52b4..16b31d5 100755 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl Init Autoconf/Automake/Libtool -AC_INIT([Sandia OpenSHMEM Test Suite], [1.4.0], [https://github.com/Sandia-OpenSHMEM/SOS]) +AC_INIT([Sandia OpenSHMEM Test Suite], [1.4.1], [https://github.com/Sandia-OpenSHMEM/SOS]) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([config])