]> granicus.if.org Git - postgresql/commit
Properly zero-pad the day-of-year part of the win32 build number
authorMagnus Hagander <magnus@hagander.net>
Thu, 31 Jan 2013 14:08:05 +0000 (15:08 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 31 Jan 2013 14:08:05 +0000 (15:08 +0100)
commit1d857a6036fa0e17c6c4f9ee116622956a8fe920
treecad44f77fe617d54d826b8c80f7cc8e22df0ce12
parentec26900f9d44ec06311ea5296d7cd1e3f0776310
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