Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Version.h')
-rw-r--r--src/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Version.h b/src/Version.h
index add10d71..84ab111b 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -11,7 +11,7 @@
#ifndef VERSION
#ifdef RTOS
-# define MAIN_VERSION "2.05"
+# define MAIN_VERSION "2.05+1"
#else
# define MAIN_VERSION "1.26"
#endif
@@ -20,7 +20,7 @@
#endif
#ifndef DATE
-# define DATE "2019-12-13b1"
+# define DATE "2020-01-19b1"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"