From e96593d5b8491cea28b0970fd07b31248d9166b6 Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Fri, 11 May 2018 23:54:09 +0200 Subject: [PATCH] v1.3.41 --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 5ad9b39b..adae07fb 100644 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ // program version - note: increment version after modifications to configData_t struct!! -#define PROGVERSION "1.3.4" // use max 10 chars here! +#define PROGVERSION "1.3.41" // use max 10 chars here! #define PROGNAME "PAXCNT" //--- Declarations ---