attempt to fix pwm switch putput pins
[clinton/Smoothieware.git] / src / version.cpp
index 77c2253..181df4b 100644 (file)
@@ -1,6 +1,6 @@
 #include "version.h"
 const char *Version::get_build(void) const {
-    return "feature/add-version-command-582559c";
+    return __GITVERSIONSTRING__;
 }
 const char *Version::get_build_date(void) const {
     return __DATE__ " " __TIME__;