Skip to content

Commit 5035cf0

Browse files
committed
Integration: Begin post v7.0.1 development cycle
Reset MISSION_REV to 0xFF and build number to 1.
2 parents fa1bc52 + d2d877a commit 5035cf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/os/inc/osapi-version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/*
3535
* Development Build Macro Definitions
3636
*/
37-
#define OS_BUILD_NUMBER 0
37+
#define OS_BUILD_NUMBER 1
3838
#define OS_BUILD_BASELINE "v7.0.1"
3939
#define OS_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */
4040
#define OS_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */
@@ -58,7 +58,7 @@
5858
* Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for
5959
* cFS open-source development use (pending resolution of nasa/cFS#440)
6060
*/
61-
#define OS_MISSION_REV 0x0
61+
#define OS_MISSION_REV 0xFF
6262

6363
/*
6464
* Tools to construct version string

0 commit comments

Comments
 (0)