mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
gui/imageinfo.cpp: add release/beta to image version
Origin commit data
------------------
Branch: ni/coolstream
Commit: b461483f2f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -219,8 +219,12 @@ 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 += " ";
|
||||
Version_Kernel += versionInfo.getType();
|
||||
Version_Kernel += " - Kernel: ";
|
||||
Version_Kernel += uts_info.release;
|
||||
}
|
||||
|
Reference in New Issue
Block a user