mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-06 21:28:26 +02:00
configure: change release cycle handling; we don't need two defines for release cycle
Origin commit data
------------------
Branch: ni/coolstream
Commit: 729b17dd1e
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-01 (Tue, 01 Jan 2019)
Origin message was:
------------------
- configure: change release cycle handling; we don't need two defines for release cycle
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -481,7 +481,7 @@ CFlashVersionInfo::CFlashVersionInfo(const std::string & _versionString)
|
||||
snapshot = versionString[0];
|
||||
|
||||
// recover release cycle version
|
||||
// will be compared with RELEASE_CYCLE, which is defined in configure.ac as "x.0"
|
||||
// will be compared with PACKAGE_RELEASE_CYCLE, which is defined in configure.ac as "x.0"
|
||||
releaseCycle[0] = versionString[1];
|
||||
releaseCycle[1] = '.';
|
||||
releaseCycle[2] = '0';
|
||||
|
Reference in New Issue
Block a user