11 lines
230 B
C
11 lines
230 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2015-2019, MICROTRUST Incorporated
|
|
* All Rights Reserved.
|
|
*
|
|
*/
|
|
|
|
#ifndef __UTOS_VERSION_H__
|
|
#define __UTOS_VERSION_H__
|
|
#define UTOS_VERSION "tag.base.dbg.2.5.3"
|
|
#endif
|