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

#include "verstr.h"

#include "version.h"


const char *GetVersionString()
{
    return ALSOFT_VERSION "-" ALSOFT_GIT_COMMIT_HASH " (" ALSOFT_GIT_BRANCH " branch).";
}