Edit for release.

This commit is contained in:
Bastian Kleineidam 2014-06-08 10:28:41 +02:00
parent e8dc5e853e
commit 3d17a4735f
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
1.6 (released xx.xx.2014)
1.6 (released 8.6.2014)
* Search /usr/local/lib for p7zip RAR modules.
Closes: GH bug #10

View File

@ -1,5 +1,5 @@
Project: patool
Version: 1.5
Version: 1.6
Hide: N
Website-URL: http://wummel.github.io/patool/
Changelog-URL: https://github.com/wummel/patool/blob/master/doc/changelog.txt
@ -7,4 +7,4 @@ Tar/GZ-URL: http://wummel.github.io/patool/dist/patool-${version}.tar.gz
GIT-Tree-URL: https://github.com/wummel/patool.git
Windows-installer-URL: http://wummel.github.io/patool/dist/patool-${version}.win32.exe
Fix detection of existing broken symlinks when unpacking.
P7zip RAR detection on OSX systems has been fixed.

View File

@ -50,7 +50,7 @@ from distutils import util
from distutils.file_util import write_file
AppName = "Patool"
AppVersion = "1.5"
AppVersion = "1.6"
MyName = "Bastian Kleineidam"
MyEmail = "bastian.kleineidam@web.de"