Skip to content

Commit bcec161

Browse files
committed
7.0.2
1 parent 481c0e4 commit bcec161

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

include/qep.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
3737
//
3838
//$endhead${include::qep.hpp} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39-
//! @date Last updated on: 2022-07-14
40-
//! @version Last updated for: @ref qpcpp_7_0_1
39+
//! @date Last updated on: 2022-08-12
40+
//! @version Last updated for: @ref qpcpp_7_0_2
4141
//!
4242
//! @file
4343
//! @brief QEP/C++ platform-independent public interface.
@@ -58,7 +58,7 @@
5858
//! The #QP_VERSION is a decimal constant, where XX is a 2-digit
5959
//! major version number, Y is a 1-digit minor version number, and Z is
6060
//! a 1-digit release number.
61-
#define QP_VERSION 701U
61+
#define QP_VERSION 702U
6262

6363
//${version::QP_VERSION_STR} .................................................
6464
//! The current QP version as a zero terminated string literal.
@@ -67,11 +67,11 @@
6767
//! #QP_VERSION_STR is of the form "XX.Y.Z", where XX is a 1-or 2-digit
6868
//! major version number, Y is a 1-digit minor version number, and Z is
6969
//! a 1-digit release number.
70-
#define QP_VERSION_STR "7.0.1"
70+
#define QP_VERSION_STR "7.0.2"
7171

7272
//${version::QP_RELEASE} .....................................................
73-
//! Encrypted current QP release (7.0.1) and date (2022-06-30)
74-
#define QP_RELEASE 0x7C7E85E2U
73+
//! Encrypted current QP release (7.0.2) and date (2022-08-12)
74+
#define QP_RELEASE 0x7C62C081U
7575
//$enddecl${version} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7676
//$declare${glob-types} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
7777

qpcpp.qm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Contact information:
3636
//! The #QP_VERSION is a decimal constant, where XX is a 2-digit
3737
//! major version number, Y is a 1-digit minor version number, and Z is
3838
//! a 1-digit release number.</documentation>
39-
<code>701U</code>
39+
<code>702U</code>
4040
</attribute>
4141
<!--${version::QP_VERSION_STR}-->
4242
<attribute name="QP_VERSION_STR" type="char const *" visibility="0x03" properties="0x00">
@@ -46,12 +46,12 @@ Contact information:
4646
//! #QP_VERSION_STR is of the form &quot;XX.Y.Z&quot;, where XX is a 1-or 2-digit
4747
//! major version number, Y is a 1-digit minor version number, and Z is
4848
//! a 1-digit release number.</documentation>
49-
<code>&quot;7.0.1&quot;</code>
49+
<code>&quot;7.0.2&quot;</code>
5050
</attribute>
5151
<!--${version::QP_RELEASE}-->
5252
<attribute name="QP_RELEASE" type="unint32_t" visibility="0x03" properties="0x00">
53-
<documentation>//! Encrypted current QP release (7.0.1) and date (2022-06-30)</documentation>
54-
<code>0x7C7E85E2U</code>
53+
<documentation>//! Encrypted current QP release (7.0.2) and date (2022-08-12)</documentation>
54+
<code>0x7C62C081U</code>
5555
</attribute>
5656
</package>
5757
<!--${glob-types}-->
@@ -11977,8 +11977,8 @@ QF_CRIT_X_();</code>
1197711977
<directory name="include">
1197811978
<!--${include::qep.hpp}-->
1197911979
<file name="qep.hpp">
11980-
<text>//! @date Last updated on: 2022-07-14
11981-
//! @version Last updated for: @ref qpcpp_7_0_1
11980+
<text>//! @date Last updated on: 2022-08-12
11981+
//! @version Last updated for: @ref qpcpp_7_0_2
1198211982
//!
1198311983
//! @file
1198411984
//! @brief QEP/C++ platform-independent public interface.

0 commit comments

Comments
 (0)