[rtems-docs commit] eng: Update version number handling

Sebastian Huber sebh at rtems.org
Fri Jan 28 13:52:22 UTC 2022


Module:    rtems-docs
Branch:    master
Commit:    2924bf7811dcd26ef94fa22aa6c3db2ffa427caa
Changeset: http://git.rtems.org/rtems-docs/commit/?id=2924bf7811dcd26ef94fa22aa6c3db2ffa427caa

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jan 28 14:35:37 2022 +0100

eng: Update version number handling

---

 eng/release-process.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/eng/release-process.rst b/eng/release-process.rst
index e571b0d..0cb289d 100644
--- a/eng/release-process.rst
+++ b/eng/release-process.rst
@@ -220,7 +220,7 @@ Pre-Branch Procedure
 * Check and make sure the RSB kernel, libbsd and tools configurations
   reference the ``master`` when the branch is made.
 
-  The RSB GIT builds reference a specific commit so it is important
+  The RSB Git builds reference a specific commit so it is important
   the relevant configurations are valid.
 
 Branch Procedure
@@ -316,17 +316,17 @@ the needed changes.
 
 #. RTEMS requires the following files be changed:
 
-    * :file:`aclocal/version.m4`
+    * :file:`Doxyfile`: Update ``PROJECT_NUMBER``.
 
-    * :file:`c/src/aclocal/version.m4`
+    * :file:`rtems-bsps`: Update ``rtems_version``.
 
-    * :file:`cpukit/aclocal/version.m4`
+    * :file:`spec/build/cpukit/optvermaj.yml`: Update ``set-value``.
 
-    * :file:`Doxyfile`
+    * :file:`spec/build/cpukit/optvermin.yml`: Update ``set-value``.
 
-    * :file:`testsuites/aclocal/version.m4`
+    * :file:`spec/build/cpukit/optverrev.yml`: Update ``set-value``.
 
-    * :file:`rtems-bsps`
+    * :file:`wscript`: Update ``default_prefix``.
 
 #. RTEMS Documentation the following files be changed:
 



More information about the vc mailing list