]> 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:03:24 +0000 (15:03 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 31 Jan 2013 14:06:45 +0000 (15:06 +0100)
commitbfb8a8d3818972faf1976eccedddfaee7eb0f613
treeacf8c9c8b91866bd169551e4068a494831422020
parent6a651d85eb6b2df7cbcbdf4b2f82a1660e691d12
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