Skip to content

Commit 79fd451

Browse files
committed
v2.5.0
Signed-off-by: Jianxin Xiong <jianxin.xiong@intel.com>
1 parent 202966d commit 79fd451

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dnl
1010
dnl Process this file with autoconf to produce a configure script.
1111

1212
AC_PREREQ([2.60])
13-
AC_INIT([libfabric], [2.5.0rc2], [ofiwg@lists.openfabrics.org])
13+
AC_INIT([libfabric], [2.5.0], [ofiwg@lists.openfabrics.org])
1414
AC_CONFIG_SRCDIR([src/fabric.c])
1515
AC_CONFIG_AUX_DIR(config)
1616
AC_CONFIG_MACRO_DIR(config)

fabtests/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl
55
dnl Process this file with autoconf to produce a configure script.
66

77
AC_PREREQ(2.57)
8-
AC_INIT([fabtests], [2.5.0rc2], [ofiwg@lists.openfabrics.org])
8+
AC_INIT([fabtests], [2.5.0], [ofiwg@lists.openfabrics.org])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)
1111
AC_CONFIG_HEADERS(config.h)

include/windows/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
#define PACKAGE_TARNAME PACKAGE
263263

264264
/* Define to the version of this package. */
265-
#define PACKAGE_VERSION "2.5.0rc2"
265+
#define PACKAGE_VERSION "2.5.0"
266266

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

0 commit comments

Comments
 (0)