blob: 8264f56d6e2b3b759941e3989f8c4dba5140557f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|