From 1ab637cea4e76401d7a85039f68be8cd10d58324 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Tue, 6 Aug 2024 17:36:17 +0900 Subject: [PATCH] Bump mold version to 2.33.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee8e26a82a..30768da0a7 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.1) +project(mold VERSION 2.33.0) include(CMakeDependentOption) include(CheckSymbolExists)