Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Updating version to 2.4.0
  • Loading branch information
StephenCzarnecki authored Aug 2, 2023
1 parent aa5a93d commit 03f0c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project( wincalc VERSION 2.3.0 LANGUAGES CXX )
project( wincalc VERSION 2.4.0 LANGUAGES CXX )
set(LIB_NAME ${PROJECT_NAME})

if(NOT "${CMAKE_CXX_STANDARD}")
Expand Down

0 comments on commit 03f0c44

Please sign in to comment.