1
0
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.5.

This commit is contained in:
Tom Lane
2014-06-10 21:40:21 -04:00
parent a24c104b9a
commit 3bd82dd39e
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
NAME= ecpg_compat
SO_MAJOR_VERSION= 3
SO_MINOR_VERSION= 6
SO_MINOR_VERSION= 7
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
-I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)