Update to version 10.0.1.dev0

This commit is contained in:
Chris Mayo 2021-01-28 19:20:24 +00:00
parent 7db035d1bc
commit 136e8a3625
2 changed files with 3 additions and 3 deletions

View file

@ -35,8 +35,8 @@ AppName = configdata.name
App = AppName + " " + Version
Author = configdata.author
HtmlAuthor = Author.replace(' ', ' ')
Copyright = "Copyright (C) 2000-2016 Bastian Kleineidam, 2010-2020 " + Author
HtmlCopyright = ("Copyright © 2000-2016 Bastian Kleineidam, 2010-2020 "
Copyright = "Copyright (C) 2000-2016 Bastian Kleineidam, 2010-2021 " + Author
HtmlCopyright = ("Copyright © 2000-2016 Bastian Kleineidam, 2010-2021 "
+ HtmlAuthor)
HtmlAppInfo = App + ", " + HtmlCopyright
Url = configdata.url

View file

@ -45,7 +45,7 @@ from distutils import util, log
from distutils.core import Distribution
# the application version
AppVersion = "10.0.0"
AppVersion = "10.0.1.dev0"
# the application name
AppName = "LinkChecker"
Description = "check links in web documents or full websites"