-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
481c0e4
commit bcec161
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,8 @@ | |
// <[email protected]> | ||
// | ||
//$endhead${include::qep.hpp} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
//! @date Last updated on: 2022-07-14 | ||
//! @version Last updated for: @ref qpcpp_7_0_1 | ||
//! @date Last updated on: 2022-08-12 | ||
//! @version Last updated for: @ref qpcpp_7_0_2 | ||
//! | ||
//! @file | ||
//! @brief QEP/C++ platform-independent public interface. | ||
|
@@ -58,7 +58,7 @@ | |
//! The #QP_VERSION is a decimal constant, where XX is a 2-digit | ||
//! 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. | ||
|
@@ -67,11 +67,11 @@ | |
//! #QP_VERSION_STR is of the form "XX.Y.Z", where XX is a 1-or 2-digit | ||
//! 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.2) and date (2022-08-12) | ||
#define QP_RELEASE 0x7C62C081U | ||
//$enddecl${version} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
//$declare${glob-types} vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters