Skip to content

Commit 2b72464

Browse files
author
Sean Hefty
committed
v1.6.1
Signed-off-by: Sean Hefty <[email protected]>
1 parent 5adba55 commit 2b72464

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
@@ -4,7 +4,7 @@ dnl
44
dnl Process this file with autoconf to produce a configure script.
55

66
AC_PREREQ([2.60])
7-
AC_INIT([libfabric], [1.6.1rc1], [[email protected]])
7+
AC_INIT([libfabric], [1.6.1], [[email protected]])
88
AC_CONFIG_SRCDIR([src/fabric.c])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)

include/windows/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
#define PACKAGE_NAME "libfabric"
160160

161161
/* Define to the full name and version of this package. */
162-
#define PACKAGE_STRING "libfabric 1.6.1rc1"
162+
#define PACKAGE_STRING "libfabric 1.6.1"
163163

164164
/* Define to the one symbol short name of this package. */
165165
#define PACKAGE_TARNAME "libfabric"

0 commit comments

Comments
 (0)