First Commit
This commit is contained in:
10
externals/openal-soft/utils/alsoft-config/verstr.cpp
vendored
Normal file
10
externals/openal-soft/utils/alsoft-config/verstr.cpp
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#include "verstr.h"
|
||||
|
||||
#include "version.h"
|
||||
|
||||
|
||||
QString GetVersionString()
|
||||
{
|
||||
return QStringLiteral(ALSOFT_VERSION "-" ALSOFT_GIT_COMMIT_HASH " (" ALSOFT_GIT_BRANCH " branch).");
|
||||
}
|
||||
Reference in New Issue
Block a user