qbreak/app/config.h

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 6
#endif // CONFIG_H