From 3c7d8b887f0f1a0fabe7f95ec67cac2ebfc3f18f Mon Sep 17 00:00:00 2001 From: Krzysztof Lewandowski Date: Fri, 20 Dec 2024 16:03:48 +0100 Subject: [PATCH] Version increment 24.12.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 059dc95e..c9bd501e 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.12.02" +#define SUPLA_SHORT_VERSION "24.12.03" const char suplaDeviceVersion[] = "SDK " SUPLA_SHORT_VERSION "-dev"; #endif // SRC_SUPLA_VERSION_H_