- 
    Bug 
- 
    Resolution: Fixed
- 
    Minor 
- 
    None
I have a parameterized build with the following version number format string
$BUILD_VERSION_PREFIX.${BUILDS_ALL_TIME,XX}
Where $BUILD_VERSION_PREFIX is the parameter.
While the version is properly generated for ant builds (as parameter), on the GUI it displays like this:
$BUILD_VERSION_PREFIX.02
see also screenshot.