Rename "overrides" to "custom."

This helps shift the emphasis from "replacing existing files" to "adding
missing files," without ruling either option out.
This commit is contained in:
Joseph Cloutier
2022-05-22 23:27:47 -04:00
parent 55f3e74596
commit 87e779b971
44 changed files with 58 additions and 57 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
/* 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"