mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/imageinfo.cpp: add release/beta to image version
This commit is contained in:
@@ -219,9 +219,13 @@ void CImageInfo::paint()
|
||||
std::string Version_Kernel;
|
||||
if( uname(&uts_info) < 0 ) {
|
||||
Version_Kernel = releaseCycle;
|
||||
Version_Kernel += " ";
|
||||
Version_Kernel += versionInfo.getType();
|
||||
}else{
|
||||
Version_Kernel = releaseCycle;
|
||||
Version_Kernel += " - Kernel: ";
|
||||
Version_Kernel += " ";
|
||||
Version_Kernel += versionInfo.getType();
|
||||
Version_Kernel += " - Kernel: ";
|
||||
Version_Kernel += uts_info.release;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user