diff --git a/README.md b/README.md index df14c313..be4c50f4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ This is a collection of APIs abstracting platform specific functionality to be l ## Version History +### Development Build: v1.6.0-rc4+dev21 + +- Standardize version.h +- Update Copyright Header +- See and + + ### Development Build: v1.6.0-rc4+dev14 - Remove explicit filename doxygen comments diff --git a/fsw/mcp750-vxworks/inc/psp_version.h b/fsw/mcp750-vxworks/inc/psp_version.h index 9764b758..8dbfaf48 100644 --- a/fsw/mcp750-vxworks/inc/psp_version.h +++ b/fsw/mcp750-vxworks/inc/psp_version.h @@ -27,15 +27,15 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 14 +#define CFE_PSP_IMPL_BUILD_NUMBER 21 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4" /* * Version Macros, see \ref cfsversions for definitions. */ -#define CFE_PSP_IMPL_MAJOR_VERSION 1 /**< @brief Major version number */ -#define CFE_PSP_IMPL_MINOR_VERSION 4 /**< @brief Minor version number */ -#define CFE_PSP_IMPL_REVISION 99 /**< @brief Revision version number. Value of 99 indicates a development version.*/ +#define CFE_PSP_IMPL_MAJOR_VERSION 1 /*!< @brief Major version number */ +#define CFE_PSP_IMPL_MINOR_VERSION 4 /*!< @brief Minor version number */ +#define CFE_PSP_IMPL_REVISION 99 /*!< @brief Revision version number. Value of 99 indicates a development version.*/ /*! * @brief Mission revision. diff --git a/fsw/pc-linux/inc/psp_version.h b/fsw/pc-linux/inc/psp_version.h index 9764b758..8dbfaf48 100644 --- a/fsw/pc-linux/inc/psp_version.h +++ b/fsw/pc-linux/inc/psp_version.h @@ -27,15 +27,15 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 14 +#define CFE_PSP_IMPL_BUILD_NUMBER 21 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4" /* * Version Macros, see \ref cfsversions for definitions. */ -#define CFE_PSP_IMPL_MAJOR_VERSION 1 /**< @brief Major version number */ -#define CFE_PSP_IMPL_MINOR_VERSION 4 /**< @brief Minor version number */ -#define CFE_PSP_IMPL_REVISION 99 /**< @brief Revision version number. Value of 99 indicates a development version.*/ +#define CFE_PSP_IMPL_MAJOR_VERSION 1 /*!< @brief Major version number */ +#define CFE_PSP_IMPL_MINOR_VERSION 4 /*!< @brief Minor version number */ +#define CFE_PSP_IMPL_REVISION 99 /*!< @brief Revision version number. Value of 99 indicates a development version.*/ /*! * @brief Mission revision. diff --git a/fsw/pc-rtems/inc/psp_version.h b/fsw/pc-rtems/inc/psp_version.h index 9764b758..8dbfaf48 100644 --- a/fsw/pc-rtems/inc/psp_version.h +++ b/fsw/pc-rtems/inc/psp_version.h @@ -27,15 +27,15 @@ /* * Development Build Macro Definitions */ -#define CFE_PSP_IMPL_BUILD_NUMBER 14 +#define CFE_PSP_IMPL_BUILD_NUMBER 21 #define CFE_PSP_IMPL_BUILD_BASELINE "v1.6.0-rc4" /* * Version Macros, see \ref cfsversions for definitions. */ -#define CFE_PSP_IMPL_MAJOR_VERSION 1 /**< @brief Major version number */ -#define CFE_PSP_IMPL_MINOR_VERSION 4 /**< @brief Minor version number */ -#define CFE_PSP_IMPL_REVISION 99 /**< @brief Revision version number. Value of 99 indicates a development version.*/ +#define CFE_PSP_IMPL_MAJOR_VERSION 1 /*!< @brief Major version number */ +#define CFE_PSP_IMPL_MINOR_VERSION 4 /*!< @brief Minor version number */ +#define CFE_PSP_IMPL_REVISION 99 /*!< @brief Revision version number. Value of 99 indicates a development version.*/ /*! * @brief Mission revision.