diff --git a/config/version.mk b/config/version.mk index a142fdb2..985693f0 100644 --- a/config/version.mk +++ b/config/version.mk @@ -1,5 +1,5 @@ -PRODUCT_VERSION_MAJOR = 22 -PRODUCT_VERSION_MINOR = 2 +PRODUCT_VERSION_MAJOR = 23 +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 bb31920e..ba8bf568 100755 --- a/prebuilt/common/bin/backuptool.sh +++ b/prebuilt/common/bin/backuptool.sh @@ -7,7 +7,7 @@ export C=/tmp/backupdir export SYSDEV="$(readlink -nf "$2")" export SYSFS="$3" export TMPDIR=/tmp -export V=22 +export V=23 export ADDOND_VERSION=3 diff --git a/prebuilt/common/bin/backuptool_ab.sh b/prebuilt/common/bin/backuptool_ab.sh index ef2da79c..9f61ddda 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=22 +export V=23 export ADDOND_VERSION=3 diff --git a/vars/aosp_target_release b/vars/aosp_target_release index bba48b44..55f6e990 100644 --- a/vars/aosp_target_release +++ b/vars/aosp_target_release @@ -1,2 +1,2 @@ # Updated manually -aosp_target_release=bp1a +aosp_target_release=bp2a