Skip to content

Commit

Permalink
📌 v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Oct 11, 2021
1 parent 1cc7875 commit d10c266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ set(QOLM_ENABLE_INSTALL ${QOLM_MAIN_PROJECT} CACHE BOOL "Generate the install ta
# ───── VERSION ─────

set(QOLM_VERSION_MAJOR 3)
set(QOLM_VERSION_MINOR 1)
set(QOLM_VERSION_PATCH 5)
set(QOLM_VERSION_MINOR 2)
set(QOLM_VERSION_PATCH 0)
if( EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
EXECUTE_PROCESS(
COMMAND git rev-parse --short HEAD
Expand Down

0 comments on commit d10c266

Please sign in to comment.