mirror of
https://github.com/love2d/megasource.git
synced 2026-08-14 01:20:58 +02:00
11 lines
181 B
C++
11 lines
181 B
C++
|
|
#include "verstr.h"
|
|
|
|
#include "version.h"
|
|
|
|
|
|
QString GetVersionString()
|
|
{
|
|
return QStringLiteral(ALSOFT_VERSION "-" ALSOFT_GIT_COMMIT_HASH " (" ALSOFT_GIT_BRANCH " branch).");
|
|
}
|