1#ifndef _METROBOX_VERSION_H_ 2#define _METROBOX_VERSION_H_ 3/* 4 * (C) Copyright 2005 5 * Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.com 6 * 7 * SPDX-License-Identifier: GPL-2.0+ 8 */ 9#define METROBOX_U_BOOT_REL_STR "Release 2.0.3" 10 11#endif 12