From 5c071c4755ef35bcdc856c285923109b1e574311 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 11 Apr 2016 15:38:53 -0400 Subject: [PATCH] configure.ac/NEWS.md: bump version to v1.3.1a1 Signed-off-by: Jeff Squyres --- NEWS.md | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 54c32b263ba..1207bce527d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,10 @@ This file contains the main features as well as overviews of specific bug fixes (and other actions) for each version of Libfabric since version 1.0. +v1.3.1, TBD +=========== + + v1.3.0, Mon Apr 11, 2016 ======================== diff --git a/configure.ac b/configure.ac index e17d27f5ccb..c9b8e4cbee2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.3.0], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.3.1a1], [ofiwg@lists.openfabrics.org]) AC_CONFIG_SRCDIR([src/fabric.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config)