diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-27 07:39:05 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-27 07:39:05 +0100 |
| commit | f61c814a0a95e98529c96361c992f1a8ea24688a (patch) | |
| tree | 0c5fcb7976f5753149e0b8cc3b974a318e013f61 /dev/LibCompiler/Version.h | |
| parent | c2046f25120d8c39b36cb81459f3370c8a5f1fa3 (diff) | |
META: Refactor source code.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/Version.h')
| -rw-r--r-- | dev/LibCompiler/Version.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/LibCompiler/Version.h b/dev/LibCompiler/Version.h new file mode 100644 index 0000000..7fd0ffe --- /dev/null +++ b/dev/LibCompiler/Version.h @@ -0,0 +1,15 @@ +/* ------------------------------------------- + + Copyright (C) 2024 Theater Quality Inc, all rights reserved + +------------------------------------------- */ + +#pragma once + +#define kDistVersion "v1.1.0" +#define kDistVersionBCD 0x0110 + +#define ToString(X) Stringify(X) +#define Stringify(X) #X + +#define kDistRelease ToString(kDistReleaseBranch) |
