diff --git a/build.sh b/build.sh index a1ca328..064a51e 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ fi ver3=$[$ver3 * 10] if [ "$cpu" == "x86_64" ]; then - ver3=$[$ver3 + 1] + ver3=$[$ver3 + 5] elif [ "$cpu" == "aarch64" ]; then ver3=$[$ver3 + 2] elif [ "$cpu" == "mips64" ]; then