diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins
index bff2748..d084ab0 100644
--- a/CLIENT_DATA/setup.ins
+++ b/CLIENT_DATA/setup.ins
@@ -35,7 +35,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
 ; therefore please: only lower letters, no umlauts, 
 ; no white space use '-' as a seperator
 Set $ProductId$       = "7zip"
-Set $MinimumSpace$    = "2.7 MB"
+Set $MinimumSpace$    = "3 MB"
 ; the path were we find the product after the installation
 Set $InstallDir32$      = "%ProgramFiles32Dir%\7-Zip"
 Set $InstallDir64$      = "%ProgramFiles64Dir%\7-Zip"
diff --git a/build.sh b/build.sh
index c131031..cd25828 100644
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 PN="7zip"
 VERSION="9.20"
-RELEASE="1"
+RELEASE="2"
 PRIORITY="0"
 ADVICE=""
 TYPE="public"