aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-12-13 22:17:57 +0000
committerBruce Momjian <bruce@momjian.us>2002-12-13 22:17:57 +0000
commit29cdab3d531b6f612ab53b93dbb34a131e9cdb1c (patch)
tree74961ccbfb3a35382943675d518784b97b2501b2 /src/interfaces
parent3145cbc14f2e213697c618db7966b41016c24f06 (diff)
downloadpostgresql-29cdab3d531b6f612ab53b93dbb34a131e9cdb1c.tar.gz
postgresql-29cdab3d531b6f612ab53b93dbb34a131e9cdb1c.zip
Increment libpq major number for 7.3.1 and minor for 7.4.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/libpq/Makefile6
1 files changed, 3 insertions, 3 deletions
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)"'