Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Nov 25, 2024
1 parent 74cd4e3 commit 4347892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt.versioning
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endfunction()
if (GIT_VERSION AND NOT ${GIT_INFO} STREQUAL "")
message("-- Using Git to calculate AWS IoT Device Client version information...")

# Get first tag with major and minor of the latest latest tag.
# Get first tag with major and minor of the latest tag.
execute_process(
COMMAND bash -c "
read LATEST_MAJOR_VERSION LATEST_MINOR_VERSION < <(git describe --abbrev=0 --tags | awk -F. '
Expand Down

0 comments on commit 4347892

Please sign in to comment.