qbreak/app/config.h
2022-04-17 15:37:04 +03:00

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