diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ff31161..a6edcc0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10) set(BUILD_NUMBER CACHE STRING "The number of the current build.") if ("${BUILD_NUMBER}" STREQUAL "") - set(BUILD_NUMBER "0") + set(BUILD_NUMBER "5180") endif() if (BUILD_NUMBER LESS 5180)