From de65f6bd75b93eeb9f3775fc136ee79683ff35f1 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 4 Oct 2024 15:00:22 +0900 Subject: [PATCH] Bump mold version to 2.34.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6d1500ae4..62b260427c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ # features and behave exactly the same. cmake_minimum_required(VERSION 3.14) -project(mold VERSION 2.34.0) +project(mold VERSION 2.34.1) include(CMakeDependentOption) include(CheckSymbolExists)