pgsql: Properly zero-pad the day-of-year part of the win32 build number - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Properly zero-pad the day-of-year part of the win32 build number
Date
Msg-id E1U0uq3-0003D0-EX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b0b8dff353f8aae4bb73c6e5f465a049eb0934ea

Modified Files
--------------
src/tools/msvc/Project.pm |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Properly zero-pad the day-of-year part of the win32 build number
Next
From: Magnus Hagander
Date:
Subject: pgsql: Properly zero-pad the day-of-year part of the win32 build number