diff --git a/include/qep.h b/include/qep.h index 147428774..ea904ce5f 100644 --- a/include/qep.h +++ b/include/qep.h @@ -37,8 +37,8 @@ */ /*$endhead${include::qep.h} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/ /*! -* @date Last updated on: 2022-07-27 -* @version Last updated for: @ref qpc_7_0_1 +* @date Last updated on: 2022-08-12 +* @version Last updated for: @ref qpc_7_0_2 * * @file * @brief QEP/C platform-independent public interface. @@ -59,7 +59,7 @@ * major version number, Y is a 1-digit minor version number, and Z is * a 1-digit release number. */ -#define QP_VERSION 701U +#define QP_VERSION 702U /*${version::QP_VERSION_STR} ...............................................*/ /*! The current QP version as a zero terminated string literal. @@ -69,11 +69,11 @@ * major version number, Y is a 1-digit minor version number, and Z is * a 1-digit release number. */ -#define QP_VERSION_STR "7.0.1" +#define QP_VERSION_STR "7.0.2" /*${version::QP_RELEASE} ...................................................*/ -/*! Encrypted current QP release (7.0.1) and date (2022-06-30) */ -#define QP_RELEASE 0x7C7E85E2U +/*! Encrypted current QP release (7.0.1) and date (2022-08-12) */ +#define QP_RELEASE 0x7C62C081U /*${version::QP_versionStr[8]} .............................................*/ /*! the current QP version number string in ROM, based on #QP_VERSION_STR */ diff --git a/qpc.qm b/qpc.qm index fcc09a1af..7b5a6b444 100644 --- a/qpc.qm +++ b/qpc.qm @@ -360,7 +360,7 @@ Contact information: * major version number, Y is a 1-digit minor version number, and Z is * a 1-digit release number. */ - 701U + 702U /*! The current QP version as a zero terminated string literal. @@ -370,11 +370,11 @@ Contact information: * major version number, Y is a 1-digit minor version number, and Z is * a 1-digit release number. */ - "7.0.1" + "7.0.2" - /*! Encrypted current QP release (7.0.1) and date (2022-06-30) */ - 0x7C7E85E2U + /*! Encrypted current QP release (7.0.1) and date (2022-08-12) */ + 0x7C62C081U /*! the current QP version number string in ROM, based on #QP_VERSION_STR */ @@ -11746,8 +11746,8 @@ $declare ${DbC} /*! -* @date Last updated on: 2022-07-27 -* @version Last updated for: @ref qpc_7_0_1 +* @date Last updated on: 2022-08-12 +* @version Last updated for: @ref qpc_7_0_2 * * @file * @brief QEP/C platform-independent public interface.