From 68f531eaba117f578fcdb6a189ad542a4acf9e11 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Mon, 11 Nov 2024 14:20:55 -0800 Subject: [PATCH] openal: custom version.h was not updated when switching to new version --- project/lib/custom/openal/build/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/lib/custom/openal/build/version.h b/project/lib/custom/openal/build/version.h index 6210fdef5b..94173db776 100644 --- a/project/lib/custom/openal/build/version.h +++ b/project/lib/custom/openal/build/version.h @@ -1,8 +1,8 @@ /* Define to the library version */ -#define ALSOFT_VERSION "1.19.0" +#define ALSOFT_VERSION "1.20.1" /* Define the branch being built */ #define ALSOFT_GIT_BRANCH "master" /* Define the hash of the head commit */ -#define ALSOFT_GIT_COMMIT_HASH "96aacac" +#define ALSOFT_GIT_COMMIT_HASH "f5e0eef3"