5700c1ee5d
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 <scott.little@windriver.com>
13 lines
224 B
C++
13 lines
224 B
C++
#
|
|
# Copyright (c) 2014-2016 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
#
|
|
# Inclusion file to set release variables
|
|
#
|
|
# Note: Sourced from scripts, so needs to be bash-able
|
|
#
|
|
PLATFORM_RELEASE="19.01"
|