clean up white space tabs vs spaces
[clinton/Smoothieware.git] / src / version.cpp
index 54f219b..2329ab0 100644 (file)
@@ -1,6 +1,6 @@
 #include "version.h"
 const char *Version::get_build(void) const {
-    return "feature/get_public_value_event-47339e4";
+    return "placeholder";
 }
 const char *Version::get_build_date(void) const {
     return __DATE__ " " __TIME__;