Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2021-11-21 23:06:28 +0300
committerFormerLurker <hochgebe@gmail.com>2021-11-21 23:06:28 +0300
commit499c995652b829e42097ea88f93faf2c9c0aeaa5 (patch)
treef06c1cab3c4cd6f2f25261dcf3f0a41c223409f6
parentcedf238c17b3667573e8dfb31b82f47299f45c31 (diff)
Push fallback version information.1.2.0
-rw-r--r--GcodeProcessorLib/version.h4
1 files 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