Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit fcae2dc

Browse files
set version to 2.0.5
1 parent 45d9f4f commit fcae2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.24.0 FATAL_ERROR)
99
# ======================================================================================================================
1010

1111
# project
12-
project(cxxitimer LANGUAGES CXX VERSION 2.0.4)
12+
project(cxxitimer LANGUAGES CXX VERSION 2.0.5)
1313

1414
set(Target cxxitimer) # library name
1515
set(STANDARD 20) # C++ Standard

0 commit comments

Comments
 (0)