Skip to content

Commit

Permalink
v1.21.1rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexia Ingerson <[email protected]>
  • Loading branch information
aingerson committed Jul 11, 2024
1 parent 1ae1487 commit 7b8ee68
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ Xuezhao Liu <[email protected]>
Xuyang Wang <[email protected]>
yohann <[email protected]>
Yohann Burette <[email protected]>
Yonatan Goldhirsh <[email protected]>
Yulu Jia <[email protected]>
Zach <[email protected]>
Zach Dworkin <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ src_libfabric_la_LIBADD =
src_libfabric_la_DEPENDENCIES = libfabric.map

if !EMBEDDED
src_libfabric_la_LDFLAGS += -version-info 25:0:24
src_libfabric_la_LDFLAGS += -version-info 25:1:24
endif
src_libfabric_la_LDFLAGS += -export-dynamic \
$(libfabric_version_script)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.60])
AC_INIT([libfabric], [1.21.0], [[email protected]])
AC_INIT([libfabric], [1.21.1rc1], [[email protected]])
AC_CONFIG_SRCDIR([src/fabric.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion fabtests/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([fabtests], [1.21.0], [[email protected]])
AC_INIT([fabtests], [1.21.1rc1], [[email protected]])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion include/rdma/fabric.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ extern "C" {

#define FI_MAJOR_VERSION 1
#define FI_MINOR_VERSION 21
#define FI_REVISION_VERSION 0
#define FI_REVISION_VERSION 1

enum {
FI_PATH_MAX = 256,
Expand Down
2 changes: 1 addition & 1 deletion include/windows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
#define PACKAGE_TARNAME PACKAGE

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.21.0"
#define PACKAGE_VERSION "1.21.1rc1"

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

0 comments on commit 7b8ee68

Please sign in to comment.