Thread: Wrong PG_VERSION number in pg_config.h.win32

Wrong PG_VERSION number in pg_config.h.win32

From
Sebastien FLAESCH
Date:
In candiate release 7.4RC2 you still have

    PG_VERSION "7.3"
    PG_VERSION_STR "7.3 (win32)"

defined in pg_config.h.win32

Should be 7.4 ...

Seb

Re: Wrong PG_VERSION number in pg_config.h.win32

From
Tom Lane
Date:
Sebastien FLAESCH <sf@4js.com> writes:
> In candiate release 7.4RC2 you still have
>     PG_VERSION "7.3"

We don't generally bother with updating every last version number until
we are branding the final release ... Bruce has a checklist of these
things, it won't get missed ...

            regards, tom lane

Re: Wrong PG_VERSION number in pg_config.h.win32

From
Bruce Momjian
Date:
Tom Lane wrote:
> Sebastien FLAESCH <sf@4js.com> writes:
> > In candiate release 7.4RC2 you still have
> >     PG_VERSION "7.3"
>
> We don't generally bother with updating every last version number until
> we are branding the final release ... Bruce has a checklist of these
> things, it won't get missed ...

Tom, I appreciate your confidence, but somehow I missed updating this
file --- not sure how I missed it.  Updated now.  Thanks for the report.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: Wrong PG_VERSION number in pg_config.h.win32

From
"Marc G. Fournier"
Date:
did you update it on the branch?  I saw just the commit on HEAD :)

On Wed, 12 Nov 2003, Bruce Momjian wrote:

> Tom Lane wrote:
> > Sebastien FLAESCH <sf@4js.com> writes:
> > > In candiate release 7.4RC2 you still have
> > >     PG_VERSION "7.3"
> >
> > We don't generally bother with updating every last version number until
> > we are branding the final release ... Bruce has a checklist of these
> > things, it won't get missed ...
>
> Tom, I appreciate your confidence, but somehow I missed updating this
> file --- not sure how I missed it.  Updated now.  Thanks for the report.
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 359-1001
>   +  If your life is a hard drive,     |  13 Roberts Road
>   +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org
>

Re: Wrong PG_VERSION number in pg_config.h.win32

From
Bruce Momjian
Date:
Marc G. Fournier wrote:
>
> did you update it on the branch?  I saw just the commit on HEAD :)

Duh on me.  Thanks.  Fixed.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073