diff --git a/config/version.mk b/config/version.mk index 1f5045c9..0d15a03e 100644 --- a/config/version.mk +++ b/config/version.mk @@ -1,5 +1,5 @@ -PRODUCT_VERSION_MAJOR = 19 -PRODUCT_VERSION_MINOR = 1 +PRODUCT_VERSION_MAJOR = 20 +PRODUCT_VERSION_MINOR = 0 ifeq ($(LINEAGE_VERSION_APPEND_TIME_OF_DAY),true) LINEAGE_BUILD_DATE := $(shell date -u +%Y%m%d_%H%M%S) diff --git a/prebuilt/common/bin/backuptool.sh b/prebuilt/common/bin/backuptool.sh index 992dbc9c..1f48f0c4 100755 --- a/prebuilt/common/bin/backuptool.sh +++ b/prebuilt/common/bin/backuptool.sh @@ -6,7 +6,7 @@ export C=/tmp/backupdir export SYSDEV="$(readlink -nf "$2")" export SYSFS="$3" -export V=19.1 +export V=20.0 export ADDOND_VERSION=3 diff --git a/prebuilt/common/bin/backuptool_ab.functions b/prebuilt/common/bin/backuptool_ab.functions index 1d26c1ff..d67cc599 100644 --- a/prebuilt/common/bin/backuptool_ab.functions +++ b/prebuilt/common/bin/backuptool_ab.functions @@ -5,7 +5,7 @@ export S=/system export C=/postinstall/tmp/backupdir -export V=19.1 +export V=20.0 export backuptool_ab=true copy_file() { diff --git a/prebuilt/common/bin/backuptool_ab.sh b/prebuilt/common/bin/backuptool_ab.sh index 15e80ebe..b3db7fea 100755 --- a/prebuilt/common/bin/backuptool_ab.sh +++ b/prebuilt/common/bin/backuptool_ab.sh @@ -5,7 +5,7 @@ export S=/system export C=/postinstall/tmp/backupdir -export V=19.1 +export V=20.0 export ADDOND_VERSION=3