From b8e1dbae78fc1818db96e55d83ce33b9fca2b2df Mon Sep 17 00:00:00 2001 From: Scott Little Date: Wed, 12 Dec 2018 14:45:51 -0500 Subject: [PATCH] Advance PLATFORM_RELEASE to 19.01 On master branch, PLATFORM_RELEASE should always have a value that lies between that of the last release (18.10), and that of the next anticipated release (19.06 was the last I heard). Setting it to 19.01 Story: 2004596 Task: 28487 Change-Id: I5e34e1fcdec39f0ce0205ea94c73d8a5d5c73bc9 Signed-off-by: Scott Little --- utilities/build-info/release-info.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/build-info/release-info.inc b/utilities/build-info/release-info.inc index 6bcfd74e..2988fc9f 100644 --- a/utilities/build-info/release-info.inc +++ b/utilities/build-info/release-info.inc @@ -9,4 +9,4 @@ # # Note: Sourced from scripts, so needs to be bash-able # -PLATFORM_RELEASE="18.10" +PLATFORM_RELEASE="19.01"