9 lines
107 B
C
9 lines
107 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#include <QString>
|
|
|
|
QString version = "2.12.10";
|
|
|
|
#endif // VERSION_H
|