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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Version.h b/src/Version.h
index bd240770..99ebb10a 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,11 +9,11 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define VERSION "1.18beta1"
+# define VERSION "1.18beta2"
#endif
#ifndef DATE
-# define DATE "2017-02-24"
+# define DATE "2017-03-10"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman"