Skip to content

Commit 57d57d9

Browse files
committed
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.
1 parent fe91cd4 commit 57d57d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/interfaces/libpq/Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.28 1998/09/10 04:59:01 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.29 1998/10/06 14:22:12 tgl Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

14-
SO_MAJOR_VERSION=1
15-
SO_MINOR_VERSION=1
14+
SO_MAJOR_VERSION=2
15+
SO_MINOR_VERSION=0
1616

1717
SRCDIR= ../..
1818
include $(SRCDIR)/Makefile.global

0 commit comments

Comments
 (0)