From 6e6ddb4380b06d2cf416ea8a2fca873da25a4965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Bali=C3=B1a?= Date: Thu, 19 Nov 2020 10:20:04 -0300 Subject: [PATCH] update version --- src/AgroIoTVersion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AgroIoTVersion.h b/src/AgroIoTVersion.h index 440bd43..f0159c6 100644 --- a/src/AgroIoTVersion.h +++ b/src/AgroIoTVersion.h @@ -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 --------------------------- */