From b0d8ed62484ebdad8f96963dd6b60e3038c3b657 Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sat, 12 Feb 2022 09:02:00 +0100 Subject: [PATCH] v10.4.0 --- README.md | 13 +++---------- code/main/version.cpp | 4 ++-- code/main/version.h | 2 +- code/version.cpp | 4 ++-- 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 300a3752..edfdd90e 100644 --- a/README.md +++ b/README.md @@ -54,20 +54,13 @@ In other cases you can contact the developer via email: -const char* GIT_BASE_BRANCH = "master - v10.3.0 - 2022-01-29"; +const char* GIT_BASE_BRANCH = "master - v10.4.0 - 2022-02-12"; const char* git_base_branch(void) diff --git a/code/version.cpp b/code/version.cpp index 1fa4205c..110dfcf5 100644 --- a/code/version.cpp +++ b/code/version.cpp @@ -1,4 +1,4 @@ -const char* GIT_REV="45a7198"; +const char* GIT_REV="379f458"; const char* GIT_TAG=""; const char* GIT_BRANCH="rolling"; -const char* BUILD_TIME="2022-02-11 20:05"; \ No newline at end of file +const char* BUILD_TIME="2022-02-12 08:56"; \ No newline at end of file