imageinfo: display other version info on missing '.version' file

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1557dafabc
Author: J. Krieg <bellum07@googlemail.com>
Date: 2013-07-13 (Sat, 13 Jul 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
J. Krieg
2013-07-13 14:39:51 +02:00
committed by vanhofen
parent 97e1309c50
commit 357d53fcc4

View File

@@ -186,7 +186,7 @@ void CImageInfo::InitInfos()
const char * builddate = config.getString("builddate", "n/a").c_str();
#endif
const char * _version = config.getString("version", "n/a").c_str();
const char * _version = config.getString("version", "U000000000000000").c_str();
static CFlashVersionInfo versionInfo(_version);
std::string version_string;