Skip to content

Commit

Permalink
2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brainstream committed Sep 13, 2020
1 parent fbfd633 commit 81b00eb
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
Expand Up @@ -30,7 +30,7 @@ set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(OPT_EXE_NAME "oplpctools")
set(OPT_VERSION_MAJOR 2)
set(OPT_VERSION_MINOR 2)
set(OPT_VERSION_MINOR 3)
set(OPT_SRC_DIR ${CMAKE_CURRENT_LIST_DIR}/src/OplPcTools)

if(CMAKE_BUILD_TYPE STREQUAL "Release")
Expand Down

0 comments on commit 81b00eb

Please sign in to comment.