Skip to content

Commit a305054

Browse files
committed
Fixing version
1 parent 0b3ed35 commit a305054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ endif()
5959

6060
# Project version number
6161
set(PRJ_VERSION_MAJOR 1)
62-
set(PRJ_VERSION_MINOR 41)
62+
set(PRJ_VERSION_MINOR 4.1)
6363

6464
if (EXISTS "${PROJECT_SOURCE_DIR}/.git" AND IS_DIRECTORY "${PROJECT_SOURCE_DIR}/.git")
6565
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/cmake/githash.sh ${GIT_EXECUTABLE}

0 commit comments

Comments
 (0)