From ec04bfda9d01a18f4738f53d37756e99c648600d Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sun, 9 Jun 2024 12:44:21 +0900 Subject: [PATCH] Bump mold version to 2.32.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c7d33d008..dcf935d081 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.31.0) +project(mold VERSION 2.32.0) include(CMakeDependentOption) include(CheckSymbolExists)