Explorar o código

Prepare for release of version 0.2.0

wdenk %!s(int64=22) %!d(string=hai) anos
pai
achega
93f19cc0ed
Modificáronse 2 ficheiros con 13 adicións e 1 borrados
  1. 12 0
      README
  2. 1 1
      include/version.h

+ 12 - 0
README

@@ -104,6 +104,18 @@ the string "u_boot" or on "U_BOOT". Example:
 	IH_OS_U_BOOT		u_boot_hush_start
 
 
+Versioning:
+===========
+
+U-Boot uses a 3 level version number containing a version, a
+sub-version, and a patchlevel: "U-Boot-2.34.5" means version "2",
+sub-version "34", and patchlevel "4".
+
+The patchlevel is used to indicate certain stages of development
+between released versions, i. e. officially released versions of
+U-Boot will always have a patchlevel of "0".
+
+
 Directory Hierarchy:
 ====================
 

+ 1 - 1
include/version.h

@@ -24,6 +24,6 @@
 #ifndef	__VERSION_H__
 #define	__VERSION_H__
 
-#define	U_BOOT_VERSION	"U-Boot 0.1.1"
+#define	U_BOOT_VERSION	"U-Boot 0.2.0"
 
 #endif	/* __VERSION_H__ */