Bump up version.

This commit is contained in:
Bastian Kleineidam 2014-09-22 22:18:21 +02:00
parent 3c7c97728d
commit aa3fb394de
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
1.8 (released xx.xx.xxxx)
1.7 (released 27.6.2014)
* Configure the xz program to also extract LZMA files.

View File

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