diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-08-15 14:35:55 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-08-15 14:35:55 -0400 |
commit | 0b9358d4406b9b45a06855d53f491cc7ce9550a9 (patch) | |
tree | f73f408e0613cd3bacbce760a52ef8be3c1dc12a /src/interfaces/ecpg/compatlib | |
parent | ca9112a424ff68ec4f2ef67b47122f7d61412964 (diff) | |
download | postgresql-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/Makefile | 2 |
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) |