Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dariosb committed Nov 19, 2020
1 parent 034e582 commit 6e6ddb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AgroIoTVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ extern "C" {
* For example, the code for version 2.2.04 is 0x220400 and the code
* for version 2.2.04-beta.2 is 0x220402
*/
#define AGROIOT_VERSION 0x090010
#define AGROIOT_VERSION 0x090011

/**
* \brief
* This macro indicates the release date as string in DDMMYY format.
*/
#define AGROIOT_RELEASE_DATE "031120"
#define AGROIOT_RELEASE_DATE "181120"

/* ------------------------------- Data types ------------------------------ */
/* -------------------------- External variables --------------------------- */
Expand Down

0 comments on commit 6e6ddb4

Please sign in to comment.