Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'DOC/7zip.nsi')
-rwxr-xr-xDOC/7zip.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOC/7zip.nsi b/DOC/7zip.nsi
index 3cf428f6..fb6db17b 100755
--- a/DOC/7zip.nsi
+++ b/DOC/7zip.nsi
@@ -2,7 +2,7 @@
;Defines
!define VERSION_MAJOR 9
-!define VERSION_MINOR 07
+!define VERSION_MINOR 09
!define VERSION_POSTFIX_FULL " beta"
!ifdef WIN64
!ifdef IA64
@@ -54,7 +54,7 @@
;Compressor
!ifndef NO_COMPRESSION
SetCompressor /solid lzma
- SetCompressorFilter 1
+ ; SetCompressorFilter 1
!ifdef IA64
SetCompressorDictSize 8
!else