aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-08-15 14:35:55 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-08-15 14:35:55 -0400
commit0b9358d4406b9b45a06855d53f491cc7ce9550a9 (patch)
treef73f408e0613cd3bacbce760a52ef8be3c1dc12a /src/interfaces/ecpg/compatlib
parentca9112a424ff68ec4f2ef67b47122f7d61412964 (diff)
downloadpostgresql-0b9358d4406b9b45a06855d53f491cc7ce9550a9.tar.gz
postgresql-0b9358d4406b9b45a06855d53f491cc7ce9550a9.zip
Stamp shared-library minor version numbers for v10.
Diffstat (limited to 'src/interfaces/ecpg/compatlib')
-rw-r--r--src/interfaces/ecpg/compatlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile
index 0a04a7310f2..2f58ad85924 100644
--- a/src/interfaces/ecpg/compatlib/Makefile
+++ b/src/interfaces/ecpg/compatlib/Makefile
@@ -16,7 +16,7 @@ include $(top_builddir)/src/Makefile.global
PGFILEDESC = "ECPG compat - compatibility library for ECPG"
NAME= ecpg_compat
SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 8
+SO_MINOR_VERSION= 9
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
-I$(libpq_srcdir) -DFRONTEND $(CPPFLAGS)