aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
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/libpq
parentd75829a682fdf832fe9d044b28be597d3f058ec8 (diff)
downloadpostgresql-d24ac36f4fb99824425c81a64a5e36f3e91a7656.tar.gz
postgresql-d24ac36f4fb99824425c81a64a5e36f3e91a7656.zip
Stamp libraries versions for 9.2 (better late than never).
Diffstat (limited to 'src/interfaces/libpq')
-rw-r--r--src/interfaces/libpq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index 694beb582c7..d1ded1f0e59 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
# shared library parameters
NAME= pq
SO_MAJOR_VERSION= 5
-SO_MINOR_VERSION= 4
+SO_MINOR_VERSION= 5
override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
ifneq ($(PORTNAME), win32)