From 64a708c783f127fb2ce11be9582674aac3fff325 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 2 Oct 2015 08:59:30 -0700 Subject: [PATCH] v1.1.1 Signed-off-by: Sean Hefty --- NEWS.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index f0e9dd4a7a3..df231e0a49c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ 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.1.1, TBD +v1.1.1 ======================= ## General notes diff --git a/configure.ac b/configure.ac index da2a9f8b777..bc447b7a590 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.1.1rc2], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.1.1], [ofiwg@lists.openfabrics.org]) AC_CONFIG_SRCDIR([src/fabric.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config)