removed GIT_BASE_BRANCH and instead use the autogenerated values in info.html

This commit is contained in:
CaCO3
2022-09-18 22:37:16 +02:00
parent 3d1d41e36b
commit 39ec90895e
3 changed files with 10 additions and 16 deletions

View File

@@ -16,15 +16,6 @@ extern "C"
#include "Helper.h"
#include <fstream>
// todo remove
const char* GIT_BASE_BRANCH = "master - v11.3.0 - 2022-09-16";
const char* git_base_branch(void)
{
return GIT_BASE_BRANCH;
}
const char* build_time(void)
{