From 76b12426cf8aae1e03c2653da0998e1065d4cf18 Mon Sep 17 00:00:00 2001 From: Vincent Trussart Date: Mon, 8 Jun 2026 10:43:27 +0200 Subject: [PATCH] Set built suffix to beta-1 Signed-off-by: Vincent Trussart --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db1c430d4..d0dbaf5a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ option(MXL_ENABLE_FABRICS_OFI "Enable building the fabrics library with libfabri # Build type. Used as a build suffix or in the operating system package file name. Currently manually set but could be automated using branch names, etc. # One of : dev, beta, rc, "" (empty for final releases) -set(MXL_BUILD_TYPE "dev") +set(MXL_BUILD_TYPE "beta-1") set(MXL_BUILD_SUFFIX "-${MXL_BUILD_TYPE}") set(mxl_VERSION 1.1.0)