diff --git a/src/Version.h b/src/Version.h index 84ab111b9f..ac15bf0afc 100644 --- a/src/Version.h +++ b/src/Version.h @@ -11,16 +11,16 @@ #ifndef VERSION #ifdef RTOS -# define MAIN_VERSION "2.05+1" +# define MAIN_VERSION "2.05.1" #else -# define MAIN_VERSION "1.26" +# define MAIN_VERSION "1.26.1" #endif # define VERSION MAIN_VERSION #endif #ifndef DATE -# define DATE "2020-01-19b1" +# define DATE "2020-02-09b1" #endif #define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"