dropshell release 2025.0513.2134
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef CPPTRACE_VERSION_HPP
|
||||
#define CPPTRACE_VERSION_HPP
|
||||
|
||||
#define CPPTRACE_VERSION_MAJOR 1
|
||||
#define CPPTRACE_VERSION_MINOR 0
|
||||
#define CPPTRACE_VERSION_PATCH 0
|
||||
|
||||
#define CPPTRACE_TO_VERSION(MAJOR, MINOR, PATCH) ((MAJOR) * 10000 + (MINOR) * 100 + (PATCH))
|
||||
#define CPPTRACE_VERSION CPPTRACE_TO_VERSION(CPPTRACE_VERSION_MAJOR, CPPTRACE_VERSION_MINOR, CPPTRACE_VERSION_PATCH)
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user