Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lkpworkspace committed Jun 7, 2024
1 parent 0dfd910 commit 00109d9
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
if (POLICY CMP0091)
cmake_policy(SET CMP0091 NEW)
endif()
project(myframe VERSION 0.9.2)
project(myframe VERSION 0.9.3)

### option
option(MYFRAME_USE_CV "Using conditional variables for thread communication" ON)
Expand Down

0 comments on commit 00109d9

Please sign in to comment.