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 7d12aff2..376762a8 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,13 +9,13 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define VERSION "1.17a"
+# define VERSION "1.17b"
#endif
#ifndef DATE
-# define DATE "2017-01-02"
+# define DATE "2017-01-07"
#endif
-#define AUTHORS "reprappro, dc42, zpl, t3p3, dnewman"
+#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman"
#endif /* SRC_VERSION_H_ */