Update OpenAL Soft to 1.21.1

This commit is contained in:
Tobiasz Laskowski
2025-03-13 14:28:33 +00:00
parent 855996e122
commit ea2bbd0be3
3 changed files with 46 additions and 18 deletions

View File

@@ -1,8 +1,9 @@
/* Define to the library version */
#define ALSOFT_VERSION "1.20.1"
#define ALSOFT_VERSION "1.21.1"
#define ALSOFT_VERSION_NUM 1,21,1,0
/* Define the branch being built */
#define ALSOFT_GIT_BRANCH "master"
#define ALSOFT_GIT_BRANCH "HEAD"
/* Define the hash of the head commit */
#define ALSOFT_GIT_COMMIT_HASH "f5e0eef3"
#define ALSOFT_GIT_COMMIT_HASH "ae4eacf14"