From 67aec7aa01b003106148cb781e3981278b842497 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 1 Feb 2025 07:22:08 +0000 Subject: [PATCH] Bump project version to 2.2.0 - Update CMakeLists.txt project version from 20181130 to 2.2.0 - Align version number with current project development state --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c694a82..8fae983 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. cmake_minimum_required (VERSION 3.2) -project (cpu_check VERSION 20181130 LANGUAGES C CXX) +project (cpu_check VERSION 2.2.0 LANGUAGES C CXX) # Options # Use clang/llvm by default.