Purple  0.1
Standard Language Specification
info.h
Go to the documentation of this file.
1
8#ifndef INFO_H
9#define INFO_H
10
11#define PROJECT_NAME "TestName"
12#define PROJECT_VER "TestVersion"
13#define PROJECT_VER_MAJOR "TestMajor"
14#define PROJECT_VER_MINOR "TestMinor"
15#define PROJECT_VER_PATCH "TestPatch"
16
17#define DEFAULT_CLANG_EXECUTABLE_PATH "ClangPath"
18
19#define PROJECT_NAME_AND_VERS "TestName TestVersion"
20
21#endif /* INFO_H */