mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
update: fix release cycle handling; add human readable version string
Origin commit data
------------------
Branch: ni/coolstream
Commit: 87d60639ae
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Origin message was:
------------------
- update: fix release cycle handling; add human readable version string
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -299,7 +299,7 @@ void CImageInfo::InitInfoData()
|
||||
}
|
||||
if (is_version_code && version_string.size() == 16){
|
||||
static CFlashVersionInfo versionInfo(version_string.c_str());
|
||||
version_string = versionInfo.getReleaseCycle();
|
||||
version_string = versionInfo.getVersionString();
|
||||
version_string += " ";
|
||||
version_string += versionInfo.getType();
|
||||
version_string += " (";
|
||||
|
Reference in New Issue
Block a user