Set release date and version.

This commit is contained in:
Bastian Kleineidam 2015-12-07 12:29:17 +01:00
parent c63395c2aa
commit 011e92b1b7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
1.9 (released xx.xx.2015)
1.9 (released 07.12.2015)
* Fix ZPAQ archive creation.
Patch by vitlav

View File

@ -49,7 +49,7 @@ from distutils import util
from distutils.file_util import write_file
AppName = "patool"
AppVersion = "1.8"
AppVersion = "1.9"
MyName = "Bastian Kleineidam"
MyEmail = "bastian.kleineidam@web.de"