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:
authorDavid Crocker <dcrocker@eschertech.com>2016-12-24 14:21:51 +0300
committerDavid Crocker <dcrocker@eschertech.com>2016-12-24 14:21:51 +0300
commita863bd9d6e7e48738c8dda6c7d55600f551fc545 (patch)
tree9673701bab77a9a857e2f37c3f931b314737b846 /src
parentdf5507c8c86904bca3c27f63bef715928f80f324 (diff)
Released version 1.17
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"