Skip to content

Commit 7cc971e

Browse files
committed
update version for release
Signed-off-by: Shi Jin <sjina@amazon.com>
1 parent 8bbb40e commit 7cc971e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0a1], [ofiwg@lists.openfabrics.org])
13+
AC_INIT([libfabric], [2.5.0sjina1.0], [sjina@amazon.com])
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.0a1], [ofiwg@lists.openfabrics.org])
8+
AC_INIT([fabtests], [2.5.0sjina1.0], [sjina@amazon.com])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)
1111
AC_CONFIG_HEADERS(config.h)

0 commit comments

Comments
 (0)