9 lines
109 B
C++
9 lines
109 B
C++
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#include <string>
|
|
|
|
std::string version = "1.0.54";
|
|
|
|
#endif // VERSION_H
|