mirror of
https://github.com/postgres/postgres.git
synced 2025-11-26 23:43:30 +03:00
Stamp shared-library minor version numbers for 9.6.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user