diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e6f79..a17c151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Development Build: v1.3.0-rc4+dev32 +- Add newline at end of sample_lib.c +- See + ## Development Build: v1.3.0-rc4+dev28 - Remove redundant comments - Create CHANGELOG.md diff --git a/fsw/src/.sample_lib.c.swp b/fsw/src/.sample_lib.c.swp deleted file mode 100644 index aef8d01..0000000 Binary files a/fsw/src/.sample_lib.c.swp and /dev/null differ diff --git a/fsw/src/sample_lib.c b/fsw/src/sample_lib.c index 0f12f1b..c7e5095 100644 --- a/fsw/src/sample_lib.c +++ b/fsw/src/sample_lib.c @@ -76,4 +76,4 @@ int32 SAMPLE_LIB_Function(void) OS_printf("SAMPLE_LIB_Function called, buffer=\'%s\'\n", SAMPLE_LIB_Buffer); return CFE_SUCCESS; -} \ No newline at end of file +} diff --git a/fsw/src/sample_lib_version.h b/fsw/src/sample_lib_version.h index dd0f709..b803285 100644 --- a/fsw/src/sample_lib_version.h +++ b/fsw/src/sample_lib_version.h @@ -26,7 +26,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_LIB_BUILD_NUMBER 28 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_LIB_BUILD_NUMBER 32 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_LIB_BUILD_BASELINE \ "v1.3.0-rc4" /*!< Development Build: git tag that is the base for the current development */