I have the following code in one of my ccnet.configs:
<labeller type="lastChangeLabeller">
<allowDuplicateSubsequentLabels>False</
allowDuplicateSubsequentLabels>
<prefix>2.2.0.</prefix>
</labeller>
When I look at my buildlog file - I am seeing the following:
<CCNetLabel>2.2.0.853.4</CCNetLabel>
I am currently using Perforce. The 853 number is correct - as that is
the latest change list number. My expectation is that the CCNet label
would be out put as such:
<CCNetLabel>2.2.0.853</CCNetLabel>
I do not know where the ".4" is coming from. This started occurring
after our upgrade to 1.4 from 1.3.
Any ideas?