mirror of
https://github.com/PixlOne/logiops.git
synced 2025-07-14 05:12:34 +08:00
Fix versioning
This commit is contained in:
parent
0072093424
commit
bd8b905e27
@ -17,7 +17,7 @@ find_package(Git REQUIRED)
|
||||
|
||||
# Set version number and update submodules
|
||||
if(EXISTS ${CMAKE_SOURCE_DIR}/.git)
|
||||
execute_process(COMMAND ${GIT_EXECUTABLE} describe
|
||||
execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags
|
||||
OUTPUT_VARIABLE LOGIOPS_VERSION
|
||||
RESULT_VARIABLE LOGIOPS_VERSION_RET
|
||||
ERROR_QUIET)
|
||||
|
@ -1 +1 @@
|
||||
v0.2
|
||||
v0.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user