X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fconfig%2FRelease.cpp;h=8bbbc87f3d4305a869cf3848ebc3fdae454fa980;hp=780d0293ff84695bc9fe7a03f0ff10f921e1ccd0;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/config/Release.cpp b/source/config/Release.cpp index 780d029..8bbbc87 100644 --- a/source/config/Release.cpp +++ b/source/config/Release.cpp @@ -15,7 +15,7 @@ using namespace std; using namespace anna; -string config::Release::getVersion() throw() { +string config::Release::getVersion() { static const int version = ANNA_VERSION; string result; int mainVersion = (version & 0xff0000) >> 16; @@ -28,7 +28,7 @@ string config::Release::getVersion() throw() { } // (1) It only will use the main OS version -string config::Release::getArchitecture() throw() { +string config::Release::getArchitecture() { string result; #ifdef _MT result = "/MT";