Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8da412e

Browse files
committed
25.08
1 parent040b87b commit8da412e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif()
3737
# Version
3838
SET(LIB_MAJOR_VERSION"0")
3939
SET(LIB_MINOR_VERSION"25")
40-
SET(LIB_REVISION"07")
40+
SET(LIB_REVISION"08")
4141
SET(LIB_VERSION"${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
4242

4343
# 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
publicconstuintFAUDIO_ABI_VERSION=0;
8181
publicconstuintFAUDIO_MAJOR_VERSION=25;
82-
publicconstuintFAUDIO_MINOR_VERSION=7;
82+
publicconstuintFAUDIO_MINOR_VERSION=8;
8383
publicconstuintFAUDIO_PATCH_VERSION=0;
8484

8585
publicconstuintFAUDIO_COMPILED_VERSION=(

‎include/FAudio.h‎

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

495495
#defineFAUDIO_ABI_VERSION 0
496496
#defineFAUDIO_MAJOR_VERSION25
497-
#defineFAUDIO_MINOR_VERSION7
497+
#defineFAUDIO_MINOR_VERSION8
498498
#defineFAUDIO_PATCH_VERSION 0
499499

500500
#defineFAUDIO_COMPILED_VERSION ( \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp