FLAM Issue Tracker - CLE/P
View Issue Details
0000432CLE/P5. Deploymentpublic2014-05-06 14:452014-05-06 14:58
Falk Reichbott 
Falk Reichbott 
normalminorN/A
resolvedfixed 
GeneralGeneralGeneral
1.1 
1.21.2 
0000432: Replace sub revision number bei build number
To be in sync with FLAM the sub revision number must be replaced bei a build number. The build can be defined with __BUILDNR__ as compile switch. If __BUILDNR__ not defined, a define with 0 are done.

The sub revisions are will be revisions and the sub releases will be to releses. Means

1.0.1.6 will bei to 1.1.6.BUILDNR

The build number can be defined over the makefile to know anything is in sync.
No tags attached.
Issue History
2014-05-06 14:45Falk ReichbottNew Issue
2014-05-06 14:45Falk ReichbottStatusnew => assigned
2014-05-06 14:45Falk ReichbottAssigned To => Falk Reichbott
2014-05-06 14:58Falk ReichbottNote Added: 0000441
2014-05-06 14:58Falk ReichbottStatusassigned => resolved
2014-05-06 14:58Falk ReichbottFixed in Version => 1.2
2014-05-06 14:58Falk ReichbottResolutionopen => fixed

Notes
(0000441)
Falk Reichbott   
2014-05-06 14:58   
The version string is now build

Version.Release.Revision.Buildnumber

The build number must be defined by __BUILDNR__