diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-04-07 16:19:43 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-04-07 16:19:43 -0400 |
commit | d24ac36f4fb99824425c81a64a5e36f3e91a7656 (patch) | |
tree | 6be3d1d2487b37bfc78870dd351257abdcf52e4b /src/interfaces/ecpg/compatlib | |
parent | d75829a682fdf832fe9d044b28be597d3f058ec8 (diff) | |
download | postgresql-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/Makefile | 2 |
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) |