We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adba55 commit 2b72464Copy full SHA for 2b72464
configure.ac
@@ -4,7 +4,7 @@ dnl
4
dnl Process this file with autoconf to produce a configure script.
5
6
AC_PREREQ([2.60])
7
-AC_INIT([libfabric], [1.6.1rc1], [[email protected]])
+AC_INIT([libfabric], [1.6.1], [[email protected]])
8
AC_CONFIG_SRCDIR([src/fabric.c])
9
AC_CONFIG_AUX_DIR(config)
10
AC_CONFIG_MACRO_DIR(config)
include/windows/config.h
@@ -159,7 +159,7 @@
159
#define PACKAGE_NAME "libfabric"
160
161
/* Define to the full name and version of this package. */
162
-#define PACKAGE_STRING "libfabric 1.6.1rc1"
+#define PACKAGE_STRING "libfabric 1.6.1"
163
164
/* Define to the one symbol short name of this package. */
165
#define PACKAGE_TARNAME "libfabric"
0 commit comments