Skip to content

Commit

Permalink
Increase verion to 1.2.0-rc1+dev5, update readme
Browse files Browse the repository at this point in the history
NOTE: BASELINE changed to 1.2.0-rc1
  • Loading branch information
yammajamma committed Sep 1, 2020
1 parent f0c26b6 commit 2a0c8d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ sample_app is an example for how to build and link an application in cFS. See al

## Version History

### Development Build: 1.2.0-rc1+dev5

- Applies standard coding style.
- Removes test code call of CFE_SB_InitMsg and sets the API/stub buffers directly.
- See <https://github.com/nasa/sample_app/pull/93>

### Development Build: 1.1.0+dev65

- Add build number and baseline to version report
Expand Down
4 changes: 2 additions & 2 deletions fsw/src/sample_app_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@

/* Development Build Macro Definitions */

#define SAMPLE_APP_BUILD_NUMBER 65 /*!< Development Build: Number of commits since baseline */
#define SAMPLE_APP_BUILD_NUMBER 5 /*!< Development Build: Number of commits since baseline */
#define SAMPLE_APP_BUILD_BASELINE \
"v1.1.0" /*!< Development Build: git tag that is the base for the current development */
"v1.2.0-rc1" /*!< Development Build: git tag that is the base for the current development */

/* Version Macro Definitions */

Expand Down

0 comments on commit 2a0c8d5

Please sign in to comment.