Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
  • Loading branch information
shefty committed Nov 22, 2019
1 parent db96285 commit 53734d7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Mohan Gandhi <mohgan@amazon.com>
Neil Spruit <neil.r.spruit@intel.com>
nikhilnanal <nikhilnanal1@gmail.com>
nikhilnanal <nikhil.nanal1@intel.com>
Nikhil Nanal <nikhil.nanal@intel.com>
Nikita Gusev <nikita.gusev@intel.com>
Nikola Dancejic <dancejic@amazon.com>
Oblomov, Sergey <hoopoepg@gmail.com>
Expand Down
2 changes: 0 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ v1.9.0, Fri Nov 22, 2019
- Fix leaks of internal resources
- Miscellaneous cleanups and bug fixes

## GNI

## MRail

- Renamed address control environment variable
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([libfabric], [1.9.0rc3], [ofiwg@lists.openfabrics.org])
AC_INIT([libfabric], [1.9.0], [ofiwg@lists.openfabrics.org])
AC_CONFIG_SRCDIR([src/fabric.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion fabtests/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([fabtests], [1.9.0rc3], [ofiwg@lists.openfabrics.org])
AC_INIT([fabtests], [1.9.0], [ofiwg@lists.openfabrics.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion include/windows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
#define PACKAGE_TARNAME PACKAGE

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.9.0rc3"
#define PACKAGE_VERSION "1.9.0"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
Expand Down

0 comments on commit 53734d7

Please sign in to comment.