Skip to content

Commit

Permalink
7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-leaps committed Aug 13, 2022
1 parent 1e20b1a commit 2ef06d2
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions include/qep.h
Original file line number Diff line number Diff line change
@@ -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 */
12 changes: 6 additions & 6 deletions qpc.qm
Original file line number Diff line number Diff line change
@@ -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.
*/</documentation>
<code>701U</code>
<code>702U</code>
</attribute>
<attribute name="QP_VERSION_STR" type="char const *" visibility="0x03" properties="0x00">
<documentation>/*! 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.
*/</documentation>
<code>&quot;7.0.1&quot;</code>
<code>&quot;7.0.2&quot;</code>
</attribute>
<attribute name="QP_RELEASE" type="unint32_t" visibility="0x03" properties="0x00">
<documentation>/*! Encrypted current QP release (7.0.1) and date (2022-06-30) */</documentation>
<code>0x7C7E85E2U</code>
<documentation>/*! Encrypted current QP release (7.0.1) and date (2022-08-12) */</documentation>
<code>0x7C62C081U</code>
</attribute>
<attribute name="QP_versionStr[8]" type="char const" visibility="0x00" properties="0x00">
<documentation>/*! the current QP version number string in ROM, based on #QP_VERSION_STR */</documentation>
@@ -11746,8 +11746,8 @@ $declare ${DbC}
</file>
<file name="qep.h">
<text>/*!
* @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.

0 comments on commit 2ef06d2

Please # to comment.