Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpesout committed Dec 22, 2021
1 parent 2df5abe commit 48777bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ execute_process(
OUTPUT_STRIP_TRAILING_WHITESPACE
)
set(MARGIN_VERSION_MAJOR 2)
set(MARGIN_VERSION_MINOR 2)
set(MARGIN_VERSION_COMMIT dev-${GIT_COMMIT_HASH})
#set(MARGIN_VERSION_COMMIT 2)
set(MARGIN_VERSION_MINOR 3)
#set(MARGIN_VERSION_COMMIT dev-${GIT_COMMIT_HASH})
set(MARGIN_VERSION_COMMIT 0)
configure_file(
"${PROJECT_SOURCE_DIR}/inc/marginVersion.h.in"
"${PROJECT_SOURCE_DIR}/inc/marginVersion.h"
Expand Down

0 comments on commit 48777bd

Please sign in to comment.