Skip to content

Commit

Permalink
update cmakelist version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Aug 23, 2022
1 parent f63a48d commit 5d3b34a
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 @@ -20,7 +20,7 @@ add_subdirectory(tarscpp)

set(major "3")
set(minor "0")
set(patch "9")
set(patch "10")
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
Expand Down

0 comments on commit 5d3b34a

Please sign in to comment.