From a571b067e3057d8e4ce9dc1a910f3a21f230451a Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Wed, 28 Apr 2021 18:09:21 -0400 Subject: [PATCH] IC:2021-04-27, Bump to v1.2.0-rc1+dev34 --- README.md | 5 +++++ fsw/src/sample_lib_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f89a8..34e155f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ sample_lib implements SAMPLE_Function, as an example for how to build and link a ## Version History +### Development Build: v1.2.0-rc1+dev34 + +- Replace direct ref to ArgPtr with `UT_Hook_GetArgValueByName` macro. Reading the pointer directly is not advised. +- See and + ### Development Build: v1.2.0-rc1+dev30 - Replace <> with " for local includes diff --git a/fsw/src/sample_lib_version.h b/fsw/src/sample_lib_version.h index 47296d1..766b4e5 100644 --- a/fsw/src/sample_lib_version.h +++ b/fsw/src/sample_lib_version.h @@ -32,7 +32,7 @@ /* Development Build Macro Definitions */ -#define SAMPLE_LIB_BUILD_NUMBER 30 /*!< Development Build: Number of commits since baseline */ +#define SAMPLE_LIB_BUILD_NUMBER 34 /*!< Development Build: Number of commits since baseline */ #define SAMPLE_LIB_BUILD_BASELINE \ "v1.2.0-rc1" /*!< Development Build: git tag that is the base for the current development */