Skip to content

Commit 2ef06d2

Browse files
committed
7.0.2
1 parent 1e20b1a commit 2ef06d2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

include/qep.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
*/
3838
/*$endhead${include::qep.h} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
3939
/*!
40-
* @date Last updated on: 2022-07-27
41-
* @version Last updated for: @ref qpc_7_0_1
40+
* @date Last updated on: 2022-08-12
41+
* @version Last updated for: @ref qpc_7_0_2
4242
*
4343
* @file
4444
* @brief QEP/C platform-independent public interface.
@@ -59,7 +59,7 @@
5959
* major version number, Y is a 1-digit minor version number, and Z is
6060
* a 1-digit release number.
6161
*/
62-
#define QP_VERSION 701U
62+
#define QP_VERSION 702U
6363

6464
/*${version::QP_VERSION_STR} ...............................................*/
6565
/*! The current QP version as a zero terminated string literal.
@@ -69,11 +69,11 @@
6969
* major version number, Y is a 1-digit minor version number, and Z is
7070
* a 1-digit release number.
7171
*/
72-
#define QP_VERSION_STR "7.0.1"
72+
#define QP_VERSION_STR "7.0.2"
7373

7474
/*${version::QP_RELEASE} ...................................................*/
75-
/*! Encrypted current QP release (7.0.1) and date (2022-06-30) */
76-
#define QP_RELEASE 0x7C7E85E2U
75+
/*! Encrypted current QP release (7.0.1) and date (2022-08-12) */
76+
#define QP_RELEASE 0x7C62C081U
7777

7878
/*${version::QP_versionStr[8]} .............................................*/
7979
/*! the current QP version number string in ROM, based on #QP_VERSION_STR */

qpc.qm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Contact information:
360360
* major version number, Y is a 1-digit minor version number, and Z is
361361
* a 1-digit release number.
362362
*/</documentation>
363-
<code>701U</code>
363+
<code>702U</code>
364364
</attribute>
365365
<attribute name="QP_VERSION_STR" type="char const *" visibility="0x03" properties="0x00">
366366
<documentation>/*! The current QP version as a zero terminated string literal.
@@ -370,11 +370,11 @@ Contact information:
370370
* major version number, Y is a 1-digit minor version number, and Z is
371371
* a 1-digit release number.
372372
*/</documentation>
373-
<code>&quot;7.0.1&quot;</code>
373+
<code>&quot;7.0.2&quot;</code>
374374
</attribute>
375375
<attribute name="QP_RELEASE" type="unint32_t" visibility="0x03" properties="0x00">
376-
<documentation>/*! Encrypted current QP release (7.0.1) and date (2022-06-30) */</documentation>
377-
<code>0x7C7E85E2U</code>
376+
<documentation>/*! Encrypted current QP release (7.0.1) and date (2022-08-12) */</documentation>
377+
<code>0x7C62C081U</code>
378378
</attribute>
379379
<attribute name="QP_versionStr[8]" type="char const" visibility="0x00" properties="0x00">
380380
<documentation>/*! the current QP version number string in ROM, based on #QP_VERSION_STR */</documentation>
@@ -11746,8 +11746,8 @@ $declare ${DbC}
1174611746
</file>
1174711747
<file name="qep.h">
1174811748
<text>/*!
11749-
* @date Last updated on: 2022-07-27
11750-
* @version Last updated for: @ref qpc_7_0_1
11749+
* @date Last updated on: 2022-08-12
11750+
* @version Last updated for: @ref qpc_7_0_2
1175111751
*
1175211752
* @file
1175311753
* @brief QEP/C platform-independent public interface.

0 commit comments

Comments
 (0)