From 8d47278bd397b926a1e1c4dd2f5fe98faef86cdd Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 17 Nov 2025 19:29:51 +0200 Subject: [PATCH] LineageOS 23.1 Change-Id: I8c50811d9e0871a5608e7296ee40ce71ed63b469 --- config/version.mk | 2 +- vars/common | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/version.mk b/config/version.mk index 985693f0..3d73ce0e 100644 --- a/config/version.mk +++ b/config/version.mk @@ -1,5 +1,5 @@ PRODUCT_VERSION_MAJOR = 23 -PRODUCT_VERSION_MINOR = 0 +PRODUCT_VERSION_MINOR = 1 ifeq ($(LINEAGE_VERSION_APPEND_TIME_OF_DAY),true) LINEAGE_BUILD_DATE := $(shell date -u +%Y%m%d_%H%M%S) diff --git a/vars/common b/vars/common index 40fa9e7d..0fca4915 100644 --- a/vars/common +++ b/vars/common @@ -2,8 +2,8 @@ readonly android_version=16 # For update-build-desc-fingerprint.sh readonly aosp_tag_match=android-16.0 # For update-device-vars.sh -readonly os_branch=lineage-23.0 -readonly device_branch=lineage-23.0 +readonly os_branch=lineage-23.1 +readonly device_branch=lineage-23.1 readonly prev_common_aosp_tag=android-16.0.0_r1 # June 2025, Android 16 readonly common_aosp_tag=android-16.0.0_r3 # September 2025, Android 16 QPR1