From b8996d55e4a76da6149744acf7c8832262a241b1 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Thu, 7 May 2026 09:04:29 +0200 Subject: [PATCH] updated version after bug hunt ao_playasync.c --- ffi_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi_version.h b/ffi_version.h index 2513022..66f3316 100644 --- a/ffi_version.h +++ b/ffi_version.h @@ -3,7 +3,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 0 -#define VERSION_PATCH 0 +#define VERSION_PATCH 1 #define ffi_version() ((VERSION_MAJOR << 16) + (VERSION_MINOR << 8) + VERSION_PATCH)