From 42802e41d045a54ad01c328f10c6505785ebd6ac Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 4 Dec 2023 18:27:01 +0000 Subject: [PATCH] Update version to 1.7.4-aws Signed-off-by: Brian Barrett --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8ab7273d4..b95bc4206 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # Initialization -AC_INIT([aws-ofi-nccl], [1.7.4a1-aws], [al-ofi-nccl-team@amazon.com], , [http://github.com/aws/aws-ofi-nccl]) +AC_INIT([aws-ofi-nccl], [1.7.4-aws], [al-ofi-nccl-team@amazon.com], , [http://github.com/aws/aws-ofi-nccl]) AC_PREREQ([2.69]) AC_CONFIG_SRCDIR([src/nccl_ofi_net.c]) AC_CONFIG_AUX_DIR([build-aux])