Fix versioning

This commit is contained in:
pixl 2023-05-02 19:23:04 -04:00
parent 0072093424
commit bd8b905e27
No known key found for this signature in database
GPG Key ID: 1866C148CD593B6E
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1 +1 @@
v0.2
v0.3.0