xref: /rk3399_rockchip-uboot/include/version.h (revision 5b1d713721c3ea02549940133f09236783dda1f9)
1*5b1d7137Swdenk /*
2*5b1d7137Swdenk  * (C) Copyright 2000-2002
3*5b1d7137Swdenk  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4*5b1d7137Swdenk  *
5*5b1d7137Swdenk  * See file CREDITS for list of people who contributed to this
6*5b1d7137Swdenk  * project.
7*5b1d7137Swdenk  *
8*5b1d7137Swdenk  * This program is free software; you can redistribute it and/or
9*5b1d7137Swdenk  * modify it under the terms of the GNU General Public License as
10*5b1d7137Swdenk  * published by the Free Software Foundation; either version 2 of
11*5b1d7137Swdenk  * the License, or (at your option) any later version.
12*5b1d7137Swdenk  *
13*5b1d7137Swdenk  * This program is distributed in the hope that it will be useful,
14*5b1d7137Swdenk  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15*5b1d7137Swdenk  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16*5b1d7137Swdenk  * GNU General Public License for more details.
17*5b1d7137Swdenk  *
18*5b1d7137Swdenk  * You should have received a copy of the GNU General Public License
19*5b1d7137Swdenk  * along with this program; if not, write to the Free Software
20*5b1d7137Swdenk  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21*5b1d7137Swdenk  * MA 02111-1307 USA
22*5b1d7137Swdenk  */
23*5b1d7137Swdenk 
24*5b1d7137Swdenk #ifndef	__VERSION_H__
25*5b1d7137Swdenk #define	__VERSION_H__
26*5b1d7137Swdenk 
27*5b1d7137Swdenk #define	U_BOOT_VERSION	"U-Boot 0.1.0"
28*5b1d7137Swdenk 
29*5b1d7137Swdenk #endif	/* __VERSION_H__ */
30