From 9056af5b631415b63a498d755f0602cedcf68216 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 13 Dec 2002 22:18:22 +0000 Subject: [PATCH] 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(-) diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index b05a6167a77..63c689470a7 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.65.2.1 2002/12/11 04:08:05 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.65.2.2 2002/12/13 22:18:22 momjian Exp $ # #------------------------------------------------------------------------- @@ -15,8 +15,8 @@ include $(top_builddir)/src/Makefile.global # shared library parameters NAME= pq -SO_MAJOR_VERSION= 2 -SO_MINOR_VERSION= 3 +SO_MAJOR_VERSION= 3 +SO_MINOR_VERSION= 0 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' -- 2.47.2