psql built from git still reports 9.3devel

Started by Colin 't Hartabout 12 years ago3 messages
#1Colin 't Hart
colinthart@gmail.com

Hi,

git status says that I'm on branch master.

psql reports 9.3devel, yet I expected it to report 9.4devel

Is this expected behaviour? I've looked at the developer's FAQ and Wiki but
couldn't find anything about this.

Cheers,

Colin

#2Michael Paquier
michael.paquier@gmail.com
In reply to: Colin 't Hart (#1)
Re: psql built from git still reports 9.3devel

On Mon, Oct 21, 2013 at 9:09 PM, Colin 't Hart <colinthart@gmail.com> wrote:

git status says that I'm on branch master.
psql reports 9.3devel, yet I expected it to report 9.4devel

Is this expected behaviour? I've looked at the developer's FAQ and Wiki but
couldn't find anything about this.

You should check your installation, here is what I am getting in my dev box:
$ psql --version
psql (PostgreSQL) 9.4devel

Regards,
--
Michael

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Colin 't Hart
colin@sharpheart.org
In reply to: Michael Paquier (#2)
Re: psql built from git still reports 9.3devel

make distclean & ./configure & make & sudo make install
helped.

Cheers,

Colin

On 21 October 2013 14:25, Michael Paquier <michael.paquier@gmail.com> wrote:

Show quoted text

On Mon, Oct 21, 2013 at 9:09 PM, Colin 't Hart <colinthart@gmail.com>
wrote:

git status says that I'm on branch master.
psql reports 9.3devel, yet I expected it to report 9.4devel

Is this expected behaviour? I've looked at the developer's FAQ and Wiki

but

couldn't find anything about this.

You should check your installation, here is what I am getting in my dev
box:
$ psql --version
psql (PostgreSQL) 9.4devel

Regards,
--
Michael