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 0bd1fcff..f5148adc 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,11 +9,11 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define VERSION "1.18"
+# define VERSION "1.18.1"
#endif
#ifndef DATE
-# define DATE "2017-04-07"
+# define DATE "2017-04-09"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman"