Added hex version checking to the project file to warn the user if opening a file 'from the future'.

This commit is contained in:
Veronica K. B. Olsen
2020-05-11 19:25:06 +02:00
parent aab0b4a846
commit 6d0b38e38a
3 changed files with 20 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@ __author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 20182020, Veronica Berglyd Olsen"
__license__ = "GPLv3"
__version__ = "0.5"
__hexversion__ = "0x000500f0"
__date__ = "2020-05-09"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"