From d00607ab8dd31a445dde9055722f4885845ba00b Mon Sep 17 00:00:00 2001 From: balandinodidonato Date: Thu, 7 Dec 2017 23:38:24 +0000 Subject: [PATCH] update version number in about windows --- MyoMapper/Source/UI/Windows/AboutWindowContent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyoMapper/Source/UI/Windows/AboutWindowContent.cpp b/MyoMapper/Source/UI/Windows/AboutWindowContent.cpp index 7789c69..6abd920 100644 --- a/MyoMapper/Source/UI/Windows/AboutWindowContent.cpp +++ b/MyoMapper/Source/UI/Windows/AboutWindowContent.cpp @@ -15,7 +15,7 @@ hyperLinkLicense ("License", URL ("https://github.com/balandinodidonato/MyoMappe addAndMakeVisible (image = new ImageComponent()); image->setName ("image"); - addAndMakeVisible (version = new Label ("version", TRANS ("Version 3.0"))); + addAndMakeVisible (version = new Label ("version", TRANS ("Version 3.1.6"))); version->setFont (Font (12.00f, Font::plain)); version->setJustificationType (Justification::centred); version->setEditable (false, false, false);