summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/Makefile
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-12-09 02:49:09 +0000
committerBruce Momjian <bruce@momjian.us>2005-12-09 02:49:09 +0000
commit7b1a7e786e40f27b4ab48a9d9d47e1fab5fd088b (patch)
tree4607e8f7ad954844f837a1624d84a86672566d15 /src/interfaces/libpq/Makefile
parentc599a247bbe55a29737c78e122b77de34c8bf917 (diff)
downloadpostgresql-7b1a7e786e40f27b4ab48a9d9d47e1fab5fd088b.tar.gz
Stamp libraries for 8.2 by updating minor library version numbers and
Win32 library files.
Diffstat (limited to 'src/interfaces/libpq/Makefile')
-rw-r--r--src/interfaces/libpq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index c8aca1b212..7482739e61 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.138 2005/08/29 00:47:35 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.139 2005/12/09 02:49:09 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
NAME= pq
SO_MAJOR_VERSION= 4
-SO_MINOR_VERSION= 1
+SO_MINOR_VERSION= 2
DLTYPE= library
override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port