Skip to content

Commit

Permalink
6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QL committed Jun 15, 2018
1 parent b5470b8 commit a32cf1e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libraries/qpn_avr/qpn.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @brief QP-nano public interface adapted for Arduino
* @cond
******************************************************************************
* Last updated for version 6.2.0
* Last updated on 2018-04-09
* Last updated for version 6.3.0
* Last updated on 2018-05-10
*
* Q u a n t u m L e a P s
* ---------------------------
Expand Down Expand Up @@ -109,16 +109,16 @@ extern "C" {
* major version number, Y is a 1-digit minor version number, and Z is
* a 1-digit release number.
*/
#define QP_VERSION 620
#define QP_VERSION 630

/*! The current QP version number string of the form X.Y.Z, where X is
* a 1-digit major version number, Y is a 1-digit minor version number,
* and Z is a 1-digit release number.
*/
#define QP_VERSION_STR "6.2.0"
#define QP_VERSION_STR "6.3.0"

/*! Tamperproof current QP release (6.2.0) and date (2018-03-16) */
#define QP_RELEASE 0x9485F3D3U
/*! Tamperproof current QP release (6.3.0) and date (2018-05-10) */
#define QP_RELEASE 0x946859A9U


/****************************************************************************/
Expand Down

0 comments on commit a32cf1e

Please sign in to comment.