Skip to content

Commit

Permalink
19.09
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Sep 1, 2019
1 parent be37de4 commit 3146ddb
Show file tree
Hide file tree
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
Expand Up @@ -28,7 +28,7 @@ endif()
# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "19")
SET(LIB_REVISION "08")
SET(LIB_REVISION "09")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")

# Build Type
Expand Down
2 changes: 1 addition & 1 deletion csharp/FAudio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private static byte[] UTF8_ToNative(string s)

public const uint FAUDIO_ABI_VERSION = 0;
public const uint FAUDIO_MAJOR_VERSION = 19;
public const uint FAUDIO_MINOR_VERSION = 8;
public const uint FAUDIO_MINOR_VERSION = 9;
public const uint FAUDIO_PATCH_VERSION = 0;

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

#define FAUDIO_ABI_VERSION 0
#define FAUDIO_MAJOR_VERSION 19
#define FAUDIO_MINOR_VERSION 8
#define FAUDIO_MINOR_VERSION 9
#define FAUDIO_PATCH_VERSION 0

#define FAUDIO_COMPILED_VERSION ( \
Expand Down

0 comments on commit 3146ddb

Please sign in to comment.