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

Commit357c549

Browse files
committed
Stamp library minor versions for 9.3.
This includes fixing the MSVC copy of ecpg/preproc's version info, whichseems to have been overlooked repeatedly. Can't we fix that so there arenot two copies??
1 parentbed88fc commit357c549

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

‎src/interfaces/ecpg/compatlib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
1515

1616
NAME= ecpg_compat
1717
SO_MAJOR_VERSION= 3
18-
SO_MINOR_VERSION=4
18+
SO_MINOR_VERSION=5
1919

2020
overrideCPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include\
2121
-I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils$(CPPFLAGS)

‎src/interfaces/ecpg/ecpglib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
1515

1616
NAME= ecpg
1717
SO_MAJOR_VERSION= 6
18-
SO_MINOR_VERSION=4
18+
SO_MINOR_VERSION=5
1919

2020
overrideCPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include\
2121
-I$(libpq_srcdir) -I$(top_builddir)/src/port$(CPPFLAGS)

‎src/interfaces/ecpg/pgtypeslib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
1515

1616
NAME= pgtypes
1717
SO_MAJOR_VERSION= 3
18-
SO_MINOR_VERSION=3
18+
SO_MINOR_VERSION=4
1919

2020
overrideCPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include\
2121
-I$(top_srcdir)/src/include/utils -I$(libpq_srcdir)$(CPPFLAGS)

‎src/interfaces/ecpg/preproc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ top_builddir = ../../../..
1616
include$(top_builddir)/src/Makefile.global
1717

1818
MAJOR_VERSION= 4
19-
MINOR_VERSION=8
19+
MINOR_VERSION=9
2020
PATCHLEVEL=0
2121

2222
overrideCPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include\

‎src/interfaces/libpq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include $(top_builddir)/src/Makefile.global
1717
# shared library parameters
1818
NAME= pq
1919
SO_MAJOR_VERSION= 5
20-
SO_MINOR_VERSION=5
20+
SO_MINOR_VERSION=6
2121

2222
overrideCPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir)$(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
2323
ifneq ($(PORTNAME), win32)

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ sub mkvcbuild
275275
$ecpg->AddPrefixInclude('src\interfaces\ecpg\preproc');
276276
$ecpg->AddFiles('src\interfaces\ecpg\preproc','pgc.l','preproc.y');
277277
$ecpg->AddDefine('MAJOR_VERSION=4');
278-
$ecpg->AddDefine('MINOR_VERSION=2');
279-
$ecpg->AddDefine('PATCHLEVEL=1');
278+
$ecpg->AddDefine('MINOR_VERSION=9');
279+
$ecpg->AddDefine('PATCHLEVEL=0');
280280
$ecpg->AddDefine('ECPG_COMPILE');
281281
$ecpg->AddReference($libpgport);
282282

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp