We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent476cbab commit4081268Copy full SHA for 4081268
src/interfaces/libpq++/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -13,8 +13,8 @@ top_builddir = ../../..
13
include$(top_builddir)/src/Makefile.global
14
15
NAME= pq++
16
-SO_MAJOR_VERSION=3
17
-SO_MINOR_VERSION=2
+SO_MAJOR_VERSION=4
+SO_MINOR_VERSION=0
18
19
overrideCPPFLAGS := -I$(libpq_srcdir)$(CPPFLAGS)
20