diff --git a/README.mkdn b/README.mkdn index d3504c11..32b095df 100644 --- a/README.mkdn +++ b/README.mkdn @@ -9,7 +9,7 @@ familiar with [Repo](https://source.android.com/source/using-repo.html) and [Ver To initialize your local repository using the LineageOS trees, use a command like this: ``` -repo init -u git://github.com/LineageOS/android.git -b lineage-17.0 +repo init -u git://github.com/LineageOS/android.git -b lineage-17.1 ``` Then to sync up: ``` diff --git a/config/common.mk b/config/common.mk index 6da2c44f..a8818a3e 100644 --- a/config/common.mk +++ b/config/common.mk @@ -241,7 +241,7 @@ PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += vendor/lineage/overlay DEVICE_PACKAGE_OVERLAYS += vendor/lineage/overlay/common PRODUCT_VERSION_MAJOR = 17 -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/50-lineage.sh b/prebuilt/common/bin/50-lineage.sh index 360a3988..aaf0733e 100755 --- a/prebuilt/common/bin/50-lineage.sh +++ b/prebuilt/common/bin/50-lineage.sh @@ -3,7 +3,7 @@ # ADDOND_VERSION=2 # # /system/addon.d/50-lineage.sh -# During a LineageOS 17.0 upgrade, this script backs up /system/etc/hosts, +# During a LineageOS 17.1 upgrade, this script backs up /system/etc/hosts, # /system is formatted and reinstalled, then the file is restored. # diff --git a/prebuilt/common/bin/backuptool.sh b/prebuilt/common/bin/backuptool.sh index 9588c4a8..71d9973b 100755 --- a/prebuilt/common/bin/backuptool.sh +++ b/prebuilt/common/bin/backuptool.sh @@ -5,7 +5,7 @@ export C=/tmp/backupdir export S=$2 -export V=17.0 +export V=17.1 export ADDOND_VERSION=1 diff --git a/prebuilt/common/bin/backuptool_ab.functions b/prebuilt/common/bin/backuptool_ab.functions index 4304ed88..b2e8295f 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=17.0 +export V=17.1 export backuptool_ab=true copy_file() { diff --git a/prebuilt/common/bin/backuptool_ab.sh b/prebuilt/common/bin/backuptool_ab.sh index 74c8cb5f..1765f5d3 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=17.0 +export V=17.1 export ADDOND_VERSION=2