9 lines
85 B
C
9 lines
85 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
QString version = "0.1";
|
|
|
|
|
|
#endif // VERSION_H
|
|
|