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/deploy/version.h')
-rw-r--r--GcodeProcessorLib/deploy/version.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/GcodeProcessorLib/deploy/version.h b/GcodeProcessorLib/deploy/version.h
new file mode 100644
index 0000000..b418130
--- /dev/null
+++ b/GcodeProcessorLib/deploy/version.h
@@ -0,0 +1,13 @@
+
+// In version.h.in
+#ifndef VERSION_GENERATED_H
+#define VERSION_GENERATED_H
+ #define GIT_BRANCH "devel"
+ #define GIT_COMMIT_HASH "7da85eb"
+ #define GIT_TAGGED_VERSION "0.1.0-11-g7da85eb"
+ #define GIT_TAG "0.1.0"
+ #define BUILD_DATE "2020-11-28T16:09:44Z"
+ #define COPYRIGHT_DATE "2020"
+ #define AUTHOR "Brad Hochgesang"
+#endif
+// end of version.h.in