aboutsummaryrefslogtreecommitdiffstats
path: root/version.h.in
blob: 9bb439d8b2ce34b65aa0b7808d7003aa61d48e6c (plain)
1
2
3
4
5
6
7
8
9
/* Define to the library version */
#define ALSOFT_VERSION "${LIB_VERSION}"
#define ALSOFT_VERSION_NUM ${LIB_VERSION_NUM}

/* Define the branch being built */
#define ALSOFT_GIT_BRANCH "${GIT_BRANCH}"

/* Define the hash of the head commit */
#define ALSOFT_GIT_COMMIT_HASH "${GIT_COMMIT_HASH}"