Skip to content

Commit

Permalink
corrected release number
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarrens committed Sep 8, 2020
1 parent c536867 commit 9090a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigmac/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(bigmac)
# Set BigMac Version
set(BIGMAC_MAJOR_VERSION 0)
set(BIGMAC_MINOR_VERSION 0)
set(BIGMAC_PATCH_VERSION 2)
set(BIGMAC_PATCH_VERSION 1)
set(BIGMAC_VERSION
${BIGMAC_MAJOR_VERSION}.${BIGMAC_MINOR_VERSION}.${BIGMAC_PATCH_VERSION})

Expand Down

0 comments on commit 9090a5e

Please sign in to comment.