From 1d591d81af0c0ed3ff44d4ab34efd61710909a28 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Wed, 16 Mar 2022 17:17:48 -0400 Subject: [PATCH] Bump to v6.0.0-rc4+dev58 IC: Caelum-rc4+dev6, nasa/cFS#443 - Reverts development version identifier to 99 for revision number --- README.md | 9 +++++++++ src/os/inc/osapi-version.h | 9 ++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 937320ce8..1a4a7c39c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ The autogenerated OSAL user's guide can be viewed at and + ### Development Build: v6.0.0-rc4+dev42 - Resolve UT uninitialized variable warnings diff --git a/src/os/inc/osapi-version.h b/src/os/inc/osapi-version.h index fa668d038..048cd2eba 100644 --- a/src/os/inc/osapi-version.h +++ b/src/os/inc/osapi-version.h @@ -36,7 +36,7 @@ /* * Development Build Macro Definitions */ -#define OS_BUILD_NUMBER 42 +#define OS_BUILD_NUMBER 54 #define OS_BUILD_BASELINE "v6.0.0-rc4" /* @@ -44,15 +44,14 @@ */ #define OS_MAJOR_VERSION 5 /*!< @brief ONLY APPLY for OFFICIAL releases. Major version number. */ #define OS_MINOR_VERSION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Minor version number. */ -#define OS_REVISION 0 /*!< @brief ONLY APPLY for OFFICIAL releases. Revision number. */ +#define OS_REVISION 99 /*!< * Set to 0 on OFFICIAL releases, and set to 99 on development versions. Revision number. */ /*! * @brief Mission revision. * - * Set to 0 on OFFICIAL releases, and set to 255 (0xFF) on development versions. - * Values 1-254 are reserved for mission use to denote patches/customizations as needed. + * Reserved for mission use to denote patches/customizations as needed. */ -#define OS_MISSION_REV 0xFF +#define OS_MISSION_REV 0 /* * Tools to construct version string