4 lines
109 B
C++
4 lines
109 B
C++
|
#include "appInfo.h"
|
||
|
|
||
|
const std::string appName = "@appName@";
|
||
|
const std::string appVersion = "@appVersion@";
|