]> git.tdb.fi Git - ext/openal.git/blob - utils/alsoft-config/verstr.cpp
Import OpenAL Soft 1.23.1 sources
[ext/openal.git] / utils / alsoft-config / verstr.cpp
1
2 #include "verstr.h"
3
4 #include "version.h"
5
6
7 QString GetVersionString()
8 {
9     return QStringLiteral(ALSOFT_VERSION "-" ALSOFT_GIT_COMMIT_HASH " (" ALSOFT_GIT_BRANCH " branch).");
10 }