minor string fix

This commit is contained in:
Martinez 2017-10-15 10:00:39 +02:00
parent 1ed1087a1a
commit 37f36ef301
2 changed files with 3 additions and 3 deletions

View file

@ -542,7 +542,7 @@ class Main:
# App name and version
print("[<W>Application<.>]")
print(" <W>%s<.>-<c>%s<.> licensed under the <W>%s<.>" %(self.name, self.version, self.license))
print(" <W>%s<.>-<c>%s<.> licensed under <W>%s<.>" %(self.name, self.version, self.license))
print(" using over-%s" %(version.str))
# Main features

View file

@ -4,5 +4,5 @@
major = 2 # VERSION_MAJOR_IDENTIFIER
minor = 0 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 2.0
patch = 1 # VERSION_PATCH_IDENTIFIER
str = "2.0.1" # VERSION_STRING_IDENTIFIER
patch = 9 # VERSION_PATCH_IDENTIFIER
str = "2.0.9" # VERSION_STRING_IDENTIFIER