Wrong PG_VERSION number in pg_config.h.win32

Started by Sebastien FLAESCHover 22 years ago5 messagesbugs
Jump to latest

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Sebastien FLAESCH (#1)
Re: Wrong PG_VERSION number in pg_config.h.win32

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

#3Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: Wrong PG_VERSION number in pg_config.h.win32

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
#4The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#3)
Re: Wrong PG_VERSION number in pg_config.h.win32

did you update it on the branch? I saw just the commit on HEAD :)

On Wed, 12 Nov 2003, Bruce Momjian wrote:

Show quoted text

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

#5Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#4)
Re: Wrong PG_VERSION number in pg_config.h.win32

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