aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-04-07 16:19:43 -0400
committerBruce Momjian <bruce@momjian.us>2012-04-07 16:19:43 -0400
commitd24ac36f4fb99824425c81a64a5e36f3e91a7656 (patch)
tree6be3d1d2487b37bfc78870dd351257abdcf52e4b /src/interfaces/ecpg/compatlib
parentd75829a682fdf832fe9d044b28be597d3f058ec8 (diff)
downloadpostgresql-d24ac36f4fb99824425c81a64a5e36f3e91a7656.tar.gz
postgresql-d24ac36f4fb99824425c81a64a5e36f3e91a7656.zip
Stamp libraries versions for 9.2 (better late than never).
Diffstat (limited to 'src/interfaces/ecpg/compatlib')
-rw-r--r--src/interfaces/ecpg/compatlib/Makefile2
1 files changed, 1 insertions, 1 deletions
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)