Re: Changes to handling version numbers internally - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: Changes to handling version numbers internally
Date
Msg-id Pine.BSF.4.21.0006292210050.773-100000@thelab.hub.org
Whole thread Raw
In response to Changes to handling version numbers internally  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Changes to handling version numbers internally  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Fri, 30 Jun 2000, Peter Eisentraut wrote:

> I'd like to change some things about how the code handles the information
> about its own version number.
> 
> The version number would be set in configure.in as in
> 
> VERSION='1.2.3'
> 
> (Keep it in configure.in because it would be nice to have this information
> available globally. One fine day we might even automatically make tarballs
> with this.)

So, we have to change and autoconf that periodically, instead of just
having a simple 'version.h' file that we vi?

It doesn't sound to me like something that *belongs* in configure.in, as
it is not required for any tests that configure requires ...





pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: config.h (was Re: Misc. consequences of backend memory management changes)
Next
From: Tom Lane
Date:
Subject: Re: psql use of 'volatile'