10 lines
164 B
C
10 lines
164 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
// App version
|
|
#define QBREAK_VERSION_MAJOR 0
|
|
#define QBREAK_VERSION_MINOR 0
|
|
#define QBREAK_VERSION_SUFFIX 5
|
|
|
|
#endif // CONFIG_H
|