#ifndef VERSION_H
#define VERSION_H

static const char global_s_versionString[] = "${VERSION_STRING}";
static const char global_s_versionStringFull[] = "${VERSION_STRING_FULL}";

#endif // VERSION_H