Skip to content

Commit 1528ac2

Browse files
author
Sean Hefty
committed
v1.17.1
Signed-off-by: Sean Hefty <[email protected]>
1 parent 76a9a03 commit 1528ac2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure.ac

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

1010
AC_PREREQ([2.60])
11-
AC_INIT([libfabric], [1.17.1rc1], [[email protected]])
11+
AC_INIT([libfabric], [1.17.1], [[email protected]])
1212
AC_CONFIG_SRCDIR([src/fabric.c])
1313
AC_CONFIG_AUX_DIR(config)
1414
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], [1.17.1rc1], [[email protected]])
8+
AC_INIT([fabtests], [1.17.1], [[email protected]])
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
@@ -174,7 +174,7 @@
174174
#define PACKAGE_TARNAME PACKAGE
175175

176176
/* Define to the version of this package. */
177-
#define PACKAGE_VERSION "1.17.1rc1"
177+
#define PACKAGE_VERSION "1.17.1"
178178

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

0 commit comments

Comments
 (0)