Skip to content

Commit

Permalink
win-asio: bump version
Browse files Browse the repository at this point in the history
Juce bumped to 6.0.8
Fixes with openasio-sdk to support kAsioCanReportOverload, required by Juce.
  • Loading branch information
pkviet committed Apr 21, 2021
1 parent 76149b0 commit 027f5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asio-input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ class ASIOPlugin {
UNUSED_PARAMETER(data);
QMainWindow *main_window = (QMainWindow *)obs_frontend_get_main_window();
QMessageBox mybox(main_window);
QString text = "v.2.0.3\r\n © 2020, license GPL v3\r\n"
QString text = "v.3.1.0\r\n © 2021, license GPL v3\r\n"
"Based on Juce library\r\n\r\n"
"Authors:\r\n"
"Andersama (main author) & pkv\r\n";
Expand Down

0 comments on commit 027f5cb

Please sign in to comment.