- small changes (dates, version)

This commit is contained in:
Marius Stanciu
2019-01-20 05:37:04 +02:00
committed by Marius S
parent 7f57e8f8b2
commit f242e3163e
3 changed files with 5 additions and 3 deletions

View File

@@ -4844,7 +4844,9 @@ class App(QtCore.QObject):
time_str = "{:%A, %d %B %Y at %H:%M}".format(datetime.now())
header = 'M48\n'
header += ';EXCELLON GENERATED BY FLATCAM - www.flatcam.org 2018\n'
header += ';EXCELLON GENERATED BY FLATCAM v%s - www.flatcam.org - Version Date: %s\n' % \
(str(self.app.version), str(self.app.version_date))
header += ';Filename: %s' % str(obj_name) + '\n'
header += ';Created on : %s' % time_str + '\n'