14 lines
105 B
C
14 lines
105 B
C
#ifndef DEF_H
|
|
#define DEF_H
|
|
|
|
#include <QCoreApplication>
|
|
|
|
#define VERSION "v2.8.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // DEF_H
|