Skip to content

Commit 091c6b4

Browse files
committed
25.04
1 parent 284ddbb commit 091c6b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ endif()
3030
# Version
3131
SET(LIB_MAJOR_VERSION "0")
3232
SET(LIB_MINOR_VERSION "25")
33-
SET(LIB_REVISION "03")
33+
SET(LIB_REVISION "04")
3434
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
3535

3636
# Build Type

Diff for: csharp/FAudio.cs

+1-1
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 = 25;
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 = (

Diff for: include/FAudio.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT;
494494

495495
#define FAUDIO_ABI_VERSION 0
496496
#define FAUDIO_MAJOR_VERSION 25
497-
#define FAUDIO_MINOR_VERSION 3
497+
#define FAUDIO_MINOR_VERSION 4
498498
#define FAUDIO_PATCH_VERSION 0
499499

500500
#define FAUDIO_COMPILED_VERSION ( \

0 commit comments

Comments
 (0)