Make a function static that's only used in one source file
[openal-soft.git] / version.h.in
blob56f738a3970ef1c3756b9692ccc63d25ff85511d
1 /* Define to the library version */
2 #define ALSOFT_VERSION "${LIB_VERSION}"
4 /* Define the branch being built */
5 #define ALSOFT_GIT_BRANCH "${GIT_BRANCH}"
7 /* Define the hash of the head commit */
8 #define ALSOFT_GIT_COMMIT_HASH "${GIT_COMMIT_HASH}"