From be883d577e9e3b503277a6b32c2a234650c36322 Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Sun, 27 May 2018 16:52:13 +0200 Subject: [PATCH] v1.3.6 release --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 71220c44..7db20f2b 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.51" // use max 10 chars here! +#define PROGVERSION "1.3.6" // use max 10 chars here! #define PROGNAME "PAXCNT" //--- Declarations ---