We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bbb40e + 7cc971e commit b409539Copy full SHA for b409539
configure.ac
@@ -10,7 +10,7 @@ dnl
10
dnl Process this file with autoconf to produce a configure script.
11
12
AC_PREREQ([2.60])
13
-AC_INIT([libfabric], [2.5.0a1], [ofiwg@lists.openfabrics.org])
+AC_INIT([libfabric], [2.5.0sjina1.0], [sjina@amazon.com])
14
AC_CONFIG_SRCDIR([src/fabric.c])
15
AC_CONFIG_AUX_DIR(config)
16
AC_CONFIG_MACRO_DIR(config)
fabtests/configure.ac
@@ -5,7 +5,7 @@ dnl
5
6
7
AC_PREREQ(2.57)
8
-AC_INIT([fabtests], [2.5.0a1], [ofiwg@lists.openfabrics.org])
+AC_INIT([fabtests], [2.5.0sjina1.0], [sjina@amazon.com])
9
AC_CONFIG_HEADERS(config.h)
0 commit comments