Properly zero-pad the day-of-year part of the win32 build number

Magnus Hagander <magnus@hagander.net>

Commit: 186a0c9492ee904e639f801a1566298cc56b31fc
Author: Magnus Hagander <magnus@hagander.net>
Date: 2013-01-31T14:09:25Z
Releases: 8.3.23
Properly zero-pad the day-of-year part of the win32 build number

This ensure the version number increases over time. The first three digits
in the version number is still set to the actual PostgreSQL version
number, but the last one is intended to be an ever increasing build number,
which previosly failed when it changed between 1, 2 and 3 digits long values.

Noted by Deepak

Files

PathChange+/−
src/tools/msvc/Project.pm modified +1 −1