mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/imageinfo.cpp: append image date from .version -
image is not neutrino only, other things could be changed
This commit is contained in:
@@ -180,6 +180,9 @@ void CImageInfo::InitInfos()
|
|||||||
version_string = versionInfo.getReleaseCycle();
|
version_string = versionInfo.getReleaseCycle();
|
||||||
version_string += " ";
|
version_string += " ";
|
||||||
version_string += versionInfo.getType();
|
version_string += versionInfo.getType();
|
||||||
|
version_string += " (";
|
||||||
|
version_string += versionInfo.getDate();
|
||||||
|
version_string += ")";
|
||||||
|
|
||||||
struct utsname uts_info;
|
struct utsname uts_info;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user