From f827f91c431f0a2c319f0269e55dc21848758e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Tue, 14 Aug 2018 14:40:38 +0200 Subject: [PATCH] Update version to 1.13.2b --- code/espurna/config/general.h | 1 - code/espurna/config/version.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 4e45275f..74e178f5 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -1051,7 +1051,6 @@ #define RF_RECEIVE_DELAY 500 // Interval between recieving in ms (avoid debouncing) #endif - #ifndef RF_RAW_SUPPORT #define RF_RAW_SUPPORT 0 // RF raw codes require a specific firmware for the EFM8BB1 // https://github.com/rhx/RF-Bridge-EFM8BB1 diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index f7a5ffb4..a802588f 100644 --- a/code/espurna/config/version.h +++ b/code/espurna/config/version.h @@ -1,5 +1,5 @@ #define APP_NAME "ESPURNA" -#define APP_VERSION "1.13.1" +#define APP_VERSION "1.13.2b" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat" #define CFG_VERSION 3