aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/verstr.cpp
blob: 42b1aeac71c3eb01aed6c6cf4c7926221fc52435 (plain)
1
2
3
4
5
6
7
8
9
10

#include "verstr.h"

#include "version.h"


QString GetVersionString()
{
    return QStringLiteral(ALSOFT_VERSION "-" ALSOFT_GIT_COMMIT_HASH " (" ALSOFT_GIT_BRANCH " branch).");
}