updated version after bug hunt ao_playasync.c

This commit is contained in:
2026-05-07 09:04:29 +02:00
parent 977eb5a456
commit b8996d55e4
+1 -1
View File
@@ -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)