diff --git a/README.org b/README.org index 7635b99..e5051e4 100644 --- a/README.org +++ b/README.org @@ -101,7 +101,7 @@ Example usages: :copyright: (c) 2013 or later by Karl Voit :license: GPL v3 or any later version -:URL: https://github.com/novoid/filetag +:URL: https://github.com/novoid/appendfilename :bugreports: via github or :version: 2017-08-29 diff --git a/appendfilename.py b/appendfilename.py index ae7f435..087d6f0 100755 --- a/appendfilename.py +++ b/appendfilename.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -PROG_VERSION = u"Time-stamp: <2017-08-29 17:54:10 vk>" +PROG_VERSION = u"Time-stamp: <2018-02-03 17:28:20 vk>" # TODO: # * fix parts marked with «FIXXME» @@ -53,7 +53,7 @@ Example usages:\n\ \n\ :copyright: (c) 2013 or later by Karl Voit \n\ :license: GPL v3 or any later version\n\ -:URL: https://github.com/novoid/filetag\n\ +:URL: https://github.com/novoid/appendfilename\n\ :bugreports: via github or \n\ :version: " + PROG_VERSION_DATE + "\n"