From 29cdab3d531b6f612ab53b93dbb34a131e9cdb1c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 13 Dec 2002 22:17:57 +0000 Subject: Increment libpq major number for 7.3.1 and minor for 7.4. --- src/interfaces/libpq/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/interfaces') diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index a6022453393..4a31afb3d88 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.69 2002/12/11 04:07:39 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.70 2002/12/13 22:17:57 momjian Exp $ # #------------------------------------------------------------------------- @@ -15,8 +15,8 @@ include $(top_builddir)/src/Makefile.global # shared library parameters NAME= pq -SO_MAJOR_VERSION= 2 -SO_MINOR_VERSION= 4 +SO_MAJOR_VERSION= 3 +SO_MINOR_VERSION= 1 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' -- cgit v1.2.3