- configure: change release cycle handling; we don't need two defines for release cycle

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
svenhoefer
2020-06-14 12:33:59 +02:00
committed by GetAway
parent 33ecf51bdb
commit c0c21f7daf
3 changed files with 4 additions and 5 deletions

View File

@@ -463,7 +463,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';