aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
blob: 5049e8d9d6c5ab42c1f72aea26ae27df8c1441b6 (plain)
1
2
3
4
5
// Place build generated version into a C variable
#include "autoversion.h"

const char VERSION[] = BUILD_VERSION;
const char BUILDINFO[] = BUILD_TOOLS;