Skip to content

Commit

Permalink
Update version number and date
Browse files Browse the repository at this point in the history
  • Loading branch information
dariosb committed Oct 12, 2020
1 parent 57428d6 commit 0c13f62
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 0x090007
#define AGROIOT_VERSION 0x090008

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

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

0 comments on commit 0c13f62

Please sign in to comment.