Prepare for 4.0

This commit is contained in:
jomjol
2020-11-15 12:02:03 +01:00
parent 707472ba27
commit de772d7ddd
12 changed files with 17 additions and 350 deletions

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="46265de";
const char* GIT_REV="707472b";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2020-11-13 18:39";
const char* BUILD_TIME="2020-11-15 11:59";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>
const char* GIT_BASE_BRANCH = "master - v3.1.0 - 2020-10-26";
const char* GIT_BASE_BRANCH = "master - v4.0.0 - 2020-11-15";
const char* git_base_branch(void)

View File