Fix: Auto-fill version details in rev.cpp and ottres.rc

This commit is contained in:
glx22
2021-04-19 16:25:24 +02:00
committed by Charles Pigott
parent 0be22efffc
commit c454cc09b3
4 changed files with 19 additions and 4 deletions

View File

@@ -1,5 +1,15 @@
cmake_minimum_required(VERSION 3.5)
if(NOT REV_MAJOR)
set(REV_MAJOR 0)
endif()
if(NOT REV_MINOR)
set(REV_MINOR 0)
endif()
if(NOT REV_BUILD)
set(REV_BUILD 0)
endif()
#
# Finds the current version of the current folder.
#