Update Rolling to v6.5.0

This commit is contained in:
jomjol
2021-03-25 20:48:19 +01:00
parent c6ae989b82
commit 970530d99f
6 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="a0ebf35";
const char* GIT_REV="c6ae989";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-03-21 20:49";
const char* BUILD_TIME="2021-03-25 20:40";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>
const char* GIT_BASE_BRANCH = "master - v6.4.0 - 2020-03-20";
const char* GIT_BASE_BRANCH = "master - v6.5.0 - 2020-03-25";
const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="a0ebf35";
const char* GIT_REV="c6ae989";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-03-21 20:49";
const char* BUILD_TIME="2021-03-25 20:40";