axmol/core/version.h.in

11 lines
287 B
C
Raw Normal View History

2023-03-30 22:08:53 +08:00
#pragma once
/* Define to the library build number from git commit count */
#define AX_BUILD_NUM "${AX_BUILD_NUM}"
/* Define the branch being built */
#define AX_GIT_BRANCH "${AX_GIT_BRANCH}"
/* Define the hash of the head commit */
#define AX_GIT_COMMIT_HASH "${AX_GIT_COMMIT_HASH}"