From 499c995652b829e42097ea88f93faf2c9c0aeaa5 Mon Sep 17 00:00:00 2001 From: FormerLurker Date: Sun, 21 Nov 2021 14:06:28 -0600 Subject: Push fallback version information. --- GcodeProcessorLib/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GcodeProcessorLib/version.h b/GcodeProcessorLib/version.h index b80d6ec..0451c96 100644 --- a/GcodeProcessorLib/version.h +++ b/GcodeProcessorLib/version.h @@ -3,10 +3,10 @@ #ifndef HAS_GENERATED_VERSION #define VERSION_GENERATED_H #define GIT_BRANCH "master" - #define GIT_COMMIT_HASH "11d11e4" + #define GIT_COMMIT_HASH "cedf238" #define GIT_TAGGED_VERSION "1.2.0" #define GIT_TAG "1.2.0" - #define BUILD_DATE "2021-01-24T20:44:10Z" + #define BUILD_DATE "2021-11-21T20:04:00Z" #define COPYRIGHT_DATE "2021" #define AUTHOR "Brad Hochgesang" #else -- cgit v1.2.3