Re: Win32 version numbers not correct (again, but this one is easy) - Mailing list pgsql-patches

From Tom Lane
Subject Re: Win32 version numbers not correct (again, but this one is easy)
Date
Msg-id 29178.1104443364@sss.pgh.pa.us
Whole thread Raw
In response to Win32 version numbers not correct (again, but this one is easy)  ("Magnus Hagander" <mha@sollentuna.net>)
Responses Re: Win32 version numbers not correct (again, but this one
List pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
> Version numbers don't update properly on postgres.exe when doing make
> clean/make. It works for all other exes and dlls. I beleive this is just
> a case of "make clean" not properly removing "win32ver.o". See attached
> patch.

Hmm, is that the only place we missed it?  Might be worth diffing a make
distclean'd tree against a virgin one.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Win32 version numbers not correct (again, but this one is easy)
Next
From: Simon Riggs
Date:
Subject: Re: [HACKERS] Bgwriter behavior