mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-13 03:37:05 +01:00
utils: make version string parsable by semver utils
This commit is contained in:
@@ -108,7 +108,7 @@ const String& getCoreRevision() {
|
||||
|
||||
const String& getVersion() {
|
||||
#if defined(APP_REVISION)
|
||||
static const String value(F(APP_VERSION " (" APP_REVISION ")"));
|
||||
static const String value(F(APP_VERSION APP_REVISION));
|
||||
#else
|
||||
static const String value(F(APP_VERSION));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user