aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'launcher')
-rw-r--r--launcher/Version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Version.cpp b/launcher/Version.cpp
index 5d814a25..9481716d 100644
--- a/launcher/Version.cpp
+++ b/launcher/Version.cpp
@@ -96,7 +96,7 @@ void Version::parse()
currentSection += m_string[i];
lastCharWasDigit = false;
}
- else if(m_string[i] == '-' || m_string[i] == '_'){
+ else if(m_string[i] == '.' || m_string[i] == '-' || m_string[i] == '_'){
if(!currentSection.isEmpty()){
m_sections.append(Section(currentSection));
}