diff --git a/version.c b/version.c index dbd19a2..74541f0 100644 --- a/version.c +++ b/version.c @@ -4,12 +4,12 @@ #ifdef GIT_HASH #define VER GIT_HASH #else - #define VER "103" + #define VER "104" #endif #ifndef ONE_OF_ELEVEN_VER const char Version[] = "OEFW-"VER; const char UART_Version[] = "UV-K5 Firmware, Open Edition, OEFW-"VER"\r\n"; #else - const char Version[] = "L"VER; + const char Version[] = VER; #endif