12 lines
249 B
C
12 lines
249 B
C
#ifndef _METROBOX_VERSION_H_
|
|
#define _METROBOX_VERSION_H_
|
|
/*
|
|
* (C) Copyright 2005
|
|
* Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.com
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
#define METROBOX_U_BOOT_REL_STR "Release 2.0.3"
|
|
|
|
#endif
|