2005-08-15 10:31:23 +00:00
|
|
|
#ifndef _METROBOX_VERSION_H_
|
|
|
|
#define _METROBOX_VERSION_H_
|
|
|
|
/*
|
|
|
|
* (C) Copyright 2005
|
|
|
|
* Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.com
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2005-08-15 10:31:23 +00:00
|
|
|
*/
|
|
|
|
#define METROBOX_U_BOOT_REL_STR "Release 2.0.3"
|
|
|
|
|
|
|
|
#endif
|