diff --git a/Include/Version.h b/Include/Version.h index 2f19fe6..97c437b 100644 --- a/Include/Version.h +++ b/Include/Version.h @@ -17,11 +17,11 @@ #define DO_MAKE_STR(x) #x #define MAKE_STR(x) DO_MAKE_STR(x) -#define VER_RELEASE 0 +#define VER_RELEASE 1 #define VER_MAJOR 0 #define VER_MINOR 3 -#define VER_BUILD 0 +#define VER_BUILD 1 #define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM #define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM) diff --git a/history.txt b/history.txt index ab0e5e1..3de9108 100644 --- a/history.txt +++ b/history.txt @@ -1,6 +1,6 @@ Bass Audio Source -0.3.0.x dev +0.3.1.192 - 2024-08-06 ---------------------- Added support for playing MIDI files (.midi, .mid, .rmi, .kar). The user must specify the SoundFont file (.sf2, .sfz) in the filter settings panel. SoundFont files should be located in the BassAudioSource folder. Removed "BufferSizeMS" option.