gui/imageinfo.cpp: append image date from .version -

image is not neutrino only, other things could be changed
This commit is contained in:
[CST] Focus
2013-06-02 11:14:15 +04:00
parent eb2edf404b
commit 5fbb2e4a2d

View File

@@ -180,6 +180,9 @@ void CImageInfo::InitInfos()
version_string = versionInfo.getReleaseCycle();
version_string += " ";
version_string += versionInfo.getType();
version_string += " (";
version_string += versionInfo.getDate();
version_string += ")";
struct utsname uts_info;