diff --git a/src/main.h b/src/main.h index 2d8c9dce..52f7a44f 100644 --- a/src/main.h +++ b/src/main.h @@ -5,7 +5,7 @@ // program version - note: increment version after modifications to configData_t // struct!! -#define PROGVERSION "1.3.8" // use max 10 chars here! +#define PROGVERSION "1.3.81" // use max 10 chars here! #define PROGNAME "PAXCNT" //--- Declarations --- @@ -35,4 +35,4 @@ void stop_BLEscan(void); #ifdef HAS_GPS void gps_read(void); void gps_loop(void *pvParameters); -#endif \ No newline at end of file +#endif