Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit57d57d9

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 versionnumber bumps too, but I think a minor version number change will do for them.
1 parentfe91cd4 commit57d57d9

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)

[8]ページ先頭

©2009-2025 Movatter.jp