From f37b5fa632eeeb09d2eacacb5ef89c82bb09747c Mon Sep 17 00:00:00 2001 From: changtengfei Date: Wed, 7 Nov 2018 22:36:12 +0100 Subject: [PATCH] FW-782. update version number. --- inc/opendefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/opendefs.h b/inc/opendefs.h index 69d4fd0a8f..f0d48745d4 100644 --- a/inc/opendefs.h +++ b/inc/opendefs.h @@ -21,8 +21,8 @@ static const uint8_t infoStackName[] = "OpenWSN "; #define OPENWSN_VERSION_MAJOR 1 -#define OPENWSN_VERSION_MINOR 21 -#define OPENWSN_VERSION_PATCH 4 +#define OPENWSN_VERSION_MINOR 22 +#define OPENWSN_VERSION_PATCH 0 #ifndef TRUE #define TRUE 1