Enable proper full C++ exception handling on MSVC
[openal-soft.git] / utils / alsoft-config / verstr.cpp
blob42b1aeac71c3eb01aed6c6cf4c7926221fc52435
2 #include "verstr.h"
4 #include "version.h"
7 QString GetVersionString()
9 return QStringLiteral(ALSOFT_VERSION "-" ALSOFT_GIT_COMMIT_HASH " (" ALSOFT_GIT_BRANCH " branch).");