From d24ac36f4fb99824425c81a64a5e36f3e91a7656 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 7 Apr 2012 16:19:43 -0400 Subject: Stamp libraries versions for 9.2 (better late than never). --- src/interfaces/ecpg/compatlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/ecpg/compatlib') diff --git a/src/interfaces/ecpg/compatlib/Makefile b/src/interfaces/ecpg/compatlib/Makefile index 9bac6eb398f..c8e294a3a37 100644 --- a/src/interfaces/ecpg/compatlib/Makefile +++ b/src/interfaces/ecpg/compatlib/Makefile @@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global NAME= ecpg_compat SO_MAJOR_VERSION= 3 -SO_MINOR_VERSION= 3 +SO_MINOR_VERSION= 4 override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \ -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS) -- cgit v1.2.3