summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian2001-05-22 11:24:28 +0000
committerBruce Momjian2001-05-22 11:24:28 +0000
commit4081268d1127529c216ddb260b0a222f42ed4fe1 (patch)
tree7a5b91343c461f9a02fc09a989485d5625b73633 /src
parent476cbabcb6ead71ca3210357fbb7642de41d9402 (diff)
Bump major libpq++ version after API changes, Patrick Welche
Diffstat (limited to 'src')
-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 957f5cc208f..8c89a16753d 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++/Attic/Makefile,v 1.29 2001/05/11 01:46:33 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.30 2001/05/22 11:24:28 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -13,8 +13,8 @@ top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
NAME= pq++
-SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 2
+SO_MAJOR_VERSION= 4
+SO_MINOR_VERSION= 0
override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)