diff --git a/Software/Software.cpp b/Software/Software.cpp index 690fe99f..6d0f785f 100644 --- a/Software/Software.cpp +++ b/Software/Software.cpp @@ -34,7 +34,7 @@ #endif // The current software version, shown on webserver -const char* version_number = "9.0.RC6"; +const char* version_number = "9.0.RC7experimental"; // Interval timers volatile unsigned long currentMillis = 0;