aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-06-13 22:06:26 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-06-13 22:06:26 -0400
commit357c5493349c5d7603739b9a44384b0e9f35fc25 (patch)
treee53ae563e01143bdc18e1a3765d4f932f4838ea0 /src/interfaces/libpq
parentbed88fceac04042f0105eb22a018a4f91d64400d (diff)
downloadpostgresql-357c5493349c5d7603739b9a44384b0e9f35fc25.tar.gz
postgresql-357c5493349c5d7603739b9a44384b0e9f35fc25.zip
Stamp library minor versions for 9.3.
This includes fixing the MSVC copy of ecpg/preproc's version info, which seems to have been overlooked repeatedly. Can't we fix that so there are not two copies??
Diffstat (limited to 'src/interfaces/libpq')
-rw-r--r--src/interfaces/libpq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index b71b0c76ef3..b4be502495c 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
NAME= pq
SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION= 5
+SO_MINOR_VERSION= 6
override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
ifneq ($(PORTNAME), win32)