Skip to content

Commit af3844d

Browse files
committed
Show JUCE version
At least when updating JUCE this can be helpful to know the expected version is used. It also buts a bit more information in the dialog, making it look more informative.
1 parent f65bb2d commit af3844d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/MainComponent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ bool MainContentComponent::perform(const juce::ApplicationCommandTarget::Invocat
510510
juce::AlertWindow::showMessageBoxAsync(juce::MessageBoxIconType::InfoIcon,
511511
"M*Player",
512512
TRANS("Multi-channel, multi-track, multi-player") + "\n" + TRANS("player for audio files") + "\n\n"
513-
+ TRANS("Version: ") + JUCE_APPLICATION_VERSION_STRING);
513+
+ TRANS("Version: ") + JUCE_APPLICATION_VERSION_STRING + "\n" + juce::SystemStats::getJUCEVersion());
514514
break;
515515
default:
516516
if (info.commandID >= basePlugin)

0 commit comments

Comments
 (0)