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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Version.h b/src/Version.h
index be51b691..add10d71 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -11,16 +11,16 @@
#ifndef VERSION
#ifdef RTOS
-# define MAIN_VERSION "2.05RC2"
+# define MAIN_VERSION "2.05"
#else
-# define MAIN_VERSION "1.26RC2"
+# define MAIN_VERSION "1.26"
#endif
# define VERSION MAIN_VERSION
#endif
#ifndef DATE
-# define DATE "2019-12-08b1"
+# define DATE "2019-12-13b1"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"