Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fsw/generic-qnx/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 0
#define CFE_PSP_IMPL_BUILD_NUMBER 1
#define CFE_PSP_IMPL_BUILD_BASELINE "v7.0.1"
#define CFE_PSP_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */
#define CFE_PSP_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */
Expand All @@ -51,7 +51,7 @@
* Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for
* cFS open-source development use (pending resolution of nasa/cFS#440)
*/
#define CFE_PSP_IMPL_MISSION_REV 0x0
#define CFE_PSP_IMPL_MISSION_REV 0xFF

/*
* Tools to construct version string
Expand Down
4 changes: 2 additions & 2 deletions fsw/generic-vxworks-dkm/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 0
#define CFE_PSP_IMPL_BUILD_NUMBER 1
#define CFE_PSP_IMPL_BUILD_BASELINE "v7.0.1"
#define CFE_PSP_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */
#define CFE_PSP_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */
Expand All @@ -51,7 +51,7 @@
* Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for
* cFS open-source development use (pending resolution of nasa/cFS#440)
*/
#define CFE_PSP_IMPL_MISSION_REV 0x0
#define CFE_PSP_IMPL_MISSION_REV 0xFF

/*
* Tools to construct version string
Expand Down
4 changes: 2 additions & 2 deletions fsw/generic-vxworks-rtp/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 0
#define CFE_PSP_IMPL_BUILD_NUMBER 1
#define CFE_PSP_IMPL_BUILD_BASELINE "v7.0.1"
#define CFE_PSP_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */
#define CFE_PSP_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */
Expand All @@ -51,7 +51,7 @@
* Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for
* cFS open-source development use (pending resolution of nasa/cFS#440)
*/
#define CFE_PSP_IMPL_MISSION_REV 0x0
#define CFE_PSP_IMPL_MISSION_REV 0xFF

/*
* Tools to construct version string
Expand Down
4 changes: 2 additions & 2 deletions fsw/mcp750-vxworks/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 0
#define CFE_PSP_IMPL_BUILD_NUMBER 1
#define CFE_PSP_IMPL_BUILD_BASELINE "v7.0.1"
#define CFE_PSP_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */
#define CFE_PSP_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */
Expand All @@ -51,7 +51,7 @@
* Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for
* cFS open-source development use (pending resolution of nasa/cFS#440)
*/
#define CFE_PSP_IMPL_MISSION_REV 0x0
#define CFE_PSP_IMPL_MISSION_REV 0xFF

/*
* Tools to construct version string
Expand Down
4 changes: 2 additions & 2 deletions fsw/pc-linux/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 0
#define CFE_PSP_IMPL_BUILD_NUMBER 1
#define CFE_PSP_IMPL_BUILD_BASELINE "v7.0.1"
#define CFE_PSP_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */
#define CFE_PSP_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */
Expand All @@ -51,7 +51,7 @@
* Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for
* cFS open-source development use (pending resolution of nasa/cFS#440)
*/
#define CFE_PSP_IMPL_MISSION_REV 0x0
#define CFE_PSP_IMPL_MISSION_REV 0xFF

/*
* Tools to construct version string
Expand Down
4 changes: 2 additions & 2 deletions fsw/pc-rtems/inc/psp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/*
* Development Build Macro Definitions
*/
#define CFE_PSP_IMPL_BUILD_NUMBER 0
#define CFE_PSP_IMPL_BUILD_NUMBER 1
#define CFE_PSP_IMPL_BUILD_BASELINE "v7.0.1"
#define CFE_PSP_BUILD_DEV_CYCLE "v7.0.1" /**< @brief Development: Release name for current development cycle */
#define CFE_PSP_BUILD_CODENAME "Draco" /**< @brief: Development: Code name for the current build */
Expand All @@ -51,7 +51,7 @@
* Values 1-254 are reserved for mission use to denote patches/customizations as needed. NOTE: Reserving 0 and 0xFF for
* cFS open-source development use (pending resolution of nasa/cFS#440)
*/
#define CFE_PSP_IMPL_MISSION_REV 0x0
#define CFE_PSP_IMPL_MISSION_REV 0xFF

/*
* Tools to construct version string
Expand Down
Loading