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:
Diffstat (limited to 'GcodeProcessorLib/version.h')
-rw-r--r--GcodeProcessorLib/version.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/GcodeProcessorLib/version.h b/GcodeProcessorLib/version.h
index 5653329..d12d4ab 100644
--- a/GcodeProcessorLib/version.h
+++ b/GcodeProcessorLib/version.h
@@ -1,15 +1,15 @@
#ifndef VERSION_H
-#define VERSION_H
- #ifndef HAS_GENERATED_VERSION
- #define GIT_BRANCH "Unknown"
- #define GIT_COMMIT_HASH "Unknown"
- #define GIT_TAGGED_VERSION "Unknown"
- #define GIT_TAG "Unknown"
- #define BUILD_DATE "Unknown"
- #define COPYRIGHT_DATE "2020"
- #define AUTHOR "Brad Hochgesang"
+ #define VERSION_H
+ #ifndef HAS_GENERATED_VERSION
+ #define VERSION_GENERATED_H
+ #define GIT_BRANCH "master"
+ #define GIT_COMMIT_HASH "11d11e4"
+ #define GIT_TAGGED_VERSION "1.1.0"
+ #define GIT_TAG "1.1.0"
+ #define BUILD_DATE "2021-01-24T20:44:10Z"
+ #define COPYRIGHT_DATE "2021"
+ #define AUTHOR "Brad Hochgesang"
#else
- #include "version.generated.h"
-
+ #include "version.generated.h"
#endif
#endif \ No newline at end of file