Re: Changes to handling version numbers internally

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Changes to handling version numbers internally
Date: 2000-06-30 01:11:25
Message-ID: Pine.BSF.4.21.0006292210050.773-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ...

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-06-30 01:19:58 Re: psql use of 'volatile'
Previous Message Tom Lane 2000-06-30 01:01:21 config.h (was Re: Misc. consequences of backend memory management changes)