Skip to content

Commit 0372329

Browse files
committed
26.04
1 parent c60bd43 commit 0372329

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endif()
3838
# Version
3939
SET(LIB_MAJOR_VERSION "0")
4040
SET(LIB_MINOR_VERSION "26")
41-
SET(LIB_REVISION "03")
41+
SET(LIB_REVISION "04")
4242
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
4343

4444
# Build Type

csharp/FAudio.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private static int Utf8Size(string str)
7979

8080
public const uint FAUDIO_ABI_VERSION = 0;
8181
public const uint FAUDIO_MAJOR_VERSION = 26;
82-
public const uint FAUDIO_MINOR_VERSION = 3;
82+
public const uint FAUDIO_MINOR_VERSION = 4;
8383
public const uint FAUDIO_PATCH_VERSION = 0;
8484

8585
public const uint FAUDIO_COMPILED_VERSION = (

include/FAudio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT;
496496

497497
#define FAUDIO_ABI_VERSION 0
498498
#define FAUDIO_MAJOR_VERSION 26
499-
#define FAUDIO_MINOR_VERSION 3
499+
#define FAUDIO_MINOR_VERSION 4
500500
#define FAUDIO_PATCH_VERSION 0
501501

502502
#define FAUDIO_COMPILED_VERSION ( \

0 commit comments

Comments
 (0)