Skip to content

Commit

Permalink
23.07
Browse files Browse the repository at this point in the history
flibitijibibo committed Jul 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 60d34db commit f1a10b3
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ endif()
# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "23")
SET(LIB_REVISION "06")
SET(LIB_REVISION "07")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")

# Build Type
2 changes: 1 addition & 1 deletion csharp/FAudio.cs
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ private static int Utf8Size(string str)

public const uint FAUDIO_ABI_VERSION = 0;
public const uint FAUDIO_MAJOR_VERSION = 23;
public const uint FAUDIO_MINOR_VERSION = 6;
public const uint FAUDIO_MINOR_VERSION = 7;
public const uint FAUDIO_PATCH_VERSION = 0;

public const uint FAUDIO_COMPILED_VERSION = (
2 changes: 1 addition & 1 deletion include/FAudio.h
Original file line number Diff line number Diff line change
@@ -494,7 +494,7 @@ extern FAudioGUID DATAFORMAT_SUBTYPE_IEEE_FLOAT;

#define FAUDIO_ABI_VERSION 0
#define FAUDIO_MAJOR_VERSION 23
#define FAUDIO_MINOR_VERSION 6
#define FAUDIO_MINOR_VERSION 7
#define FAUDIO_PATCH_VERSION 0

#define FAUDIO_COMPILED_VERSION ( \

0 comments on commit f1a10b3

Please sign in to comment.