From: Heinrich Schuchardt Date: Wed, 25 Jan 2023 18:15:01 +0000 (+0100) Subject: README: remove section 'Versioning' X-Git-Tag: baikal/mips/sdk5.8.2~5^2~72^2~8 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=78a412f8342c673fda3390e3fc011768ad70a1b2;p=uboot.git README: remove section 'Versioning' The information is already maintained in doc/develop/release_cycle.rst. Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- diff --git a/README b/README index 48db535556..5437a1bdc2 100644 --- a/README +++ b/README @@ -105,22 +105,6 @@ the string "u_boot" or on "U_BOOT". Example: IH_OS_U_BOOT u_boot_hush_start -Versioning: -=========== - -Starting with the release in October 2008, the names of the releases -were changed from numerical release numbers without deeper meaning -into a time stamp based numbering. Regular releases are identified by -names consisting of the calendar year and month of the release date. -Additional fields (if present) indicate release candidates or bug fix -releases in "stable" maintenance trees. - -Examples: - U-Boot v2009.11 - Release November 2009 - U-Boot v2009.11.1 - Release 1 in version November 2009 stable tree - U-Boot v2010.09-rc1 - Release candidate 1 for September 2010 release - - Directory Hierarchy: ====================