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:
authorDavid Crocker <dcrocker@eschertech.com>2016-12-14 00:32:10 +0300
committerDavid Crocker <dcrocker@eschertech.com>2016-12-14 00:32:10 +0300
commitd978aa57a63a77858bee428aaee383c20acc15a3 (patch)
tree5b886e1ee4d0ef60616e3adc94ab7609ef5dc7c5 /src/Configuration.h
parentcd5af6c7b13656a555cdc5ffbb8e37624ce9af67 (diff)
Version 1.17rc1a
Restructured directories and dded build configuration for Duet Ethernet
Diffstat (limited to 'src/Configuration.h')
-rw-r--r--src/Configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Configuration.h b/src/Configuration.h
index e739ac96..4905ccae 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.17RC1"
+# define VERSION "1.17RC1a"
#endif
#ifndef DATE
-# define DATE "2016-12-12"
+# define DATE "2016-12-13"
#endif
#define AUTHORS "reprappro, dc42, zpl, t3p3, dnewman"