From ba6f28db2bf9b690f6647c7591fb327188a1f1f0 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 23 Sep 2023 05:16:47 +0400 Subject: [PATCH] In main.h set VERSION to 1.1.1. --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 7a357f9..2731bcd 100644 --- a/src/main.h +++ b/src/main.h @@ -1,7 +1,7 @@ #ifndef _MAIN_H_ #define _MAIN_H_ -#define VERSION "1.1.0" +#define VERSION "1.1.1" typedef long double price_t; typedef long double wattage_t;