#include #include "MyAppVer.h" int main() { std::cout << "Version: " << MY_VERSION << std::endl; return 0; }