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
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Configuration.h b/src/Configuration.h
index dc6890d2..ff706cbe 100644
--- a/src/Configuration.h
+++ b/src/Configuration.h
@@ -28,11 +28,11 @@ Licence: GPL
// Firmware name is now defined in the Pins file
#ifndef VERSION
-# define VERSION "1.17RC3"
+# define VERSION "1.17"
#endif
#ifndef DATE
-# define DATE "2016-12-21"
+# define DATE "2016-12-24"
#endif
#define AUTHORS "reprappro, dc42, zpl, t3p3, dnewman"