diff --git a/config/common.mk b/config/common.mk index 48da67e8..b3781f32 100644 --- a/config/common.mk +++ b/config/common.mk @@ -198,7 +198,7 @@ PRODUCT_PACKAGES += \ TrebuchetOverlay PRODUCT_VERSION_MAJOR = 19 -PRODUCT_VERSION_MINOR = 0 +PRODUCT_VERSION_MINOR = 1 PRODUCT_VERSION_MAINTENANCE := 0 ifeq ($(TARGET_VENDOR_SHOW_MAINTENANCE_VERSION),true) diff --git a/prebuilt/common/bin/backuptool.sh b/prebuilt/common/bin/backuptool.sh index 0688d3d0..992dbc9c 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.0 +export V=19.1 export ADDOND_VERSION=3 diff --git a/prebuilt/common/bin/backuptool_ab.functions b/prebuilt/common/bin/backuptool_ab.functions index 20605af8..1d26c1ff 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.0 +export V=19.1 export backuptool_ab=true copy_file() { diff --git a/prebuilt/common/bin/backuptool_ab.sh b/prebuilt/common/bin/backuptool_ab.sh index 3b51da5a..15e80ebe 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.0 +export V=19.1 export ADDOND_VERSION=3