68e8160f42
This code change updates the PLATFORM_RELEASE variable from 18.08 to 18.10 Story: 2003085 Task: 26743 Change-Id: Iaf9b4cca984155e6b4d1217bbebaf7f5694b9ae4 Signed-off-by: Paul-Emile Element <Paul-Emile.Element@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="18.10"
|