From 15ae19940750907c799ed7eb86b6defd5593c6b0 Mon Sep 17 00:00:00 2001 From: Krzysztof Lewandowski Date: Wed, 16 Oct 2024 13:43:09 +0200 Subject: [PATCH] Version increment 24.10.04 --- src/supla/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supla/version.h b/src/supla/version.h index 25397a03..b9d2c357 100644 --- a/src/supla/version.h +++ b/src/supla/version.h @@ -17,7 +17,7 @@ #ifndef SRC_SUPLA_VERSION_H_ #define SRC_SUPLA_VERSION_H_ -#define SUPLA_SHORT_VERSION "24.10.03" +#define SUPLA_SHORT_VERSION "24.10.04" const char suplaDeviceVersion[] = "SDK " SUPLA_SHORT_VERSION "-dev"; #endif // SRC_SUPLA_VERSION_H_