From f74d7e3e1ee01311f9429e2a97ce3a31d10b633c Mon Sep 17 00:00:00 2001 From: Spacehuhn Date: Sun, 5 Jul 2020 16:34:53 +0200 Subject: [PATCH] Set version to 2.5 --- esp8266_deauther/A_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esp8266_deauther/A_config.h b/esp8266_deauther/A_config.h index 10b899c..87dca2c 100644 --- a/esp8266_deauther/A_config.h +++ b/esp8266_deauther/A_config.h @@ -446,9 +446,9 @@ // ======== CONSTANTS ========== // // Do not change these values unless you know what you're doing! -#define DEAUTHER_VERSION "2.2.0" +#define DEAUTHER_VERSION "2.5.0" #define DEAUTHER_VERSION_MAJOR 2 -#define DEAUTHER_VERSION_MINOR 2 +#define DEAUTHER_VERSION_MINOR 5 #define DEAUTHER_VERSION_REVISION 0 #define EEPROM_SIZE 4095