Prepare v4.0.0

This commit is contained in:
jomjol
2020-11-15 12:34:32 +01:00
parent de772d7ddd
commit eae9b66eed
11 changed files with 332 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="707472b";
const char* GIT_REV="de772d7";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2020-11-15 11:59";
const char* BUILD_TIME="2020-11-15 12:29";

View File

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

0
code/src/zip._c Normal file
View File