summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane1998-10-06 14:22:12 +0000
committerTom Lane1998-10-06 14:22:12 +0000
commit57d57d950092867213604f05e67a75a440a67e2d (patch)
treec8552a596a84f5afe026efb2b007eff63bd4e7f8
parentfe91cd41ea0ce4669b0a64f68a64387d473c9dbd (diff)
Took it on myself to change libpq's sharedlib version number from
1.1 to 2.0 for this release. The other frontend shlibs need version number bumps too, but I think a minor version number change will do for them.
-rw-r--r--src/interfaces/libpq/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpq/Makefile.in b/src/interfaces/libpq/Makefile.in
index 220d7764d28..a97d7441725 100644
--- a/src/interfaces/libpq/Makefile.in
+++ b/src/interfaces/libpq/Makefile.in
@@ -7,12 +7,12 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.28 1998/09/10 04:59:01 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.29 1998/10/06 14:22:12 tgl Exp $
#
#-------------------------------------------------------------------------
-SO_MAJOR_VERSION=1
-SO_MINOR_VERSION=1
+SO_MAJOR_VERSION=2
+SO_MINOR_VERSION=0
SRCDIR= ../..
include $(SRCDIR)/Makefile.global