mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
3765b3e7bd
Signed-off-by: Wolfgang Denk <wd@denx.de>
10 lines
217 B
C
10 lines
217 B
C
#ifndef _KAREF_VERSION_H_
|
|
#define _KAREF_VERSION_H_
|
|
/*
|
|
* Copyright (C) 2005 Sandburst Corporation
|
|
* Travis B. Sawyer
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
#define KAREF_U_BOOT_REL_STR "Release 0.0.7"
|
|
#endif
|