We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8cd36 commit 1bf6b60Copy full SHA for 1bf6b60
Source/MainComponent.cpp
@@ -46,7 +46,7 @@ MainContentComponent::MainContentComponent()
46
lbl_appName.setEditable (false, false, false);
47
48
addAndMakeVisible (lbl_version);
49
- std::string version = "ver" + std::string(ProjectInfo::versionString) + " beta";
+ std::string version = "ver" + std::string(ProjectInfo::versionString);
50
lbl_version.setText(version, NotificationType::dontSendNotification);
51
lbl_version.setFont (Font (Font::getDefaultMonospacedFontName(), 14.00f, Font::plain).withTypefaceStyle ("Regular"));
52
lbl_version.setJustificationType (Justification::centredLeft);
0 commit comments