From: Bruce Momjian Date: Fri, 13 Dec 2002 22:18:22 +0000 (+0000) Subject: Increment libpq major number for 7.3.1 and minor for 7.4. X-Git-Tag: REL7_3_1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9056af5b631415b63a498d755f0602cedcf68216;p=postgresql Increment libpq major number for 7.3.1 and minor for 7.4. --- diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index b05a6167a7..63c689470a 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)"'