axmol/thirdparty/openal/version.h.in

10 lines
319 B
C
Raw Normal View History

/* Define to the library version */
#define ALSOFT_VERSION "${LIB_VERSION}"
#define ALSOFT_VERSION_NUM ${LIB_VERSION_NUM}
/* Define the branch being built */
2022-05-20 17:26:33 +08:00
#define ALSOFT_GIT_BRANCH "HEAD" // "${GIT_BRANCH}"
/* Define the hash of the head commit */
2022-05-20 17:26:33 +08:00
#define ALSOFT_GIT_COMMIT_HASH "c1c63a27" // "${GIT_COMMIT_HASH}"