From a73df590983f10d06d8bf8059a61baa092485b66 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Fri, 25 Mar 2022 16:27:33 -0400 Subject: [PATCH] Bump to v1.3.0-rc4+dev16 IC: Caelum-rc4+dev7, nasa/cFS#445 --- README.md | 5 +++++ fsw/src/sample_app_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37306ad..414be3f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ sample_app is an example for how to build and link an application in cFS. See al ## Version History +### Development Build: v1.3.0-rc4+dev16 + +- Update copyright headers +- Standardize version information +- See and ### Development Build: v1.3.0-rc4+dev9 - Use preferred UT patterns diff --git a/fsw/src/sample_app_version.h b/fsw/src/sample_app_version.h index 1f51d09..917f3dd 100644 --- a/fsw/src/sample_app_version.h +++ b/fsw/src/sample_app_version.h @@ -27,7 +27,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_APP_BUILD_NUMBER 9 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_APP_BUILD_NUMBER 16 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_APP_BUILD_BASELINE \ "v1.3.0-rc4" /*!< Development Build: git tag that is the base for the current development */