minor string fix
This commit is contained in:
parent
1ed1087a1a
commit
37f36ef301
2 changed files with 3 additions and 3 deletions
|
@ -542,7 +542,7 @@ class Main:
|
||||||
|
|
||||||
# App name and version
|
# App name and version
|
||||||
print("[<W>Application<.>]")
|
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))
|
print(" using over-%s" %(version.str))
|
||||||
|
|
||||||
# Main features
|
# Main features
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
major = 2 # VERSION_MAJOR_IDENTIFIER
|
major = 2 # VERSION_MAJOR_IDENTIFIER
|
||||||
minor = 0 # VERSION_MINOR_IDENTIFIER
|
minor = 0 # VERSION_MINOR_IDENTIFIER
|
||||||
# VERSION_LAST_MM 2.0
|
# VERSION_LAST_MM 2.0
|
||||||
patch = 1 # VERSION_PATCH_IDENTIFIER
|
patch = 9 # VERSION_PATCH_IDENTIFIER
|
||||||
str = "2.0.1" # VERSION_STRING_IDENTIFIER
|
str = "2.0.9" # VERSION_STRING_IDENTIFIER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue