Properly zero-pad the day-of-year part of the win32 build number
authorMagnus Hagander <[email protected]>
Thu, 31 Jan 2013 14:03:24 +0000 (15:03 +0100)
committerMagnus Hagander <[email protected]>
Thu, 31 Jan 2013 14:07:04 +0000 (15:07 +0100)
commitb0b8dff353f8aae4bb73c6e5f465a049eb0934ea
treed155da58c4d8d6133dd3871c62de5591019023e7
parente09825aa540ea4037732d981472d12960ad999f6
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
src/tools/msvc/Project.pm