Files
lime/project/lib/custom/openal/build/version.h
Joseph Cloutier 87e779b971 Rename "overrides" to "custom."
This helps shift the emphasis from "replacing existing files" to "adding
missing files," without ruling either option out.
2022-05-22 23:27:47 -04:00

9 lines
223 B
C

/* Define to the library version */
#define ALSOFT_VERSION "1.19.0"
/* Define the branch being built */
#define ALSOFT_GIT_BRANCH "master"
/* Define the hash of the head commit */
#define ALSOFT_GIT_COMMIT_HASH "96aacac"