From cf1c02d097fc57113b7f9fabf1bc15f810b8b27c Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 27 Jun 2024 14:04:26 +0900 Subject: [PATCH] Bump mold version to 2.32.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b73691d3..ad31bf03 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.32.0) +project(mold VERSION 2.32.1) include(CMakeDependentOption) include(CheckSymbolExists)