diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-30 14:06:04 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-30 14:06:04 -0400 |
commit | 019f7813da69da05484faa63b6a29a8df773d19b (patch) | |
tree | c18c89730ade9c0b7130693a0b204504c016c276 /src/interfaces/ecpg/compatlib | |
parent | cf8d65de10ebd026f6534eeb275cae46d7bffb4f (diff) | |
download | postgresql-019f7813da69da05484faa63b6a29a8df773d19b.tar.gz postgresql-019f7813da69da05484faa63b6a29a8df773d19b.zip |
Stamp shared-library minor version numbers for 9.6.
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 ed52bff01ed..8a213663a2c 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= 7 +SO_MINOR_VERSION= 8 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \ -I$(libpq_srcdir) -DFRONTEND $(CPPFLAGS) |