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

Commitba5e1a0

Browse files
committed
Change PG_PATCH_VERSION to 5.2
1 parent6f4d186 commitba5e1a0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎build/run.cmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ IF DEFINED USG (
4343

4444
REM Set PostgreSQL version
4545
IF"%PG_MAJOR_VERSION%"==""SETPG_MAJOR_VERSION=9.5
46-
IF"%PG_PATCH_VERSION%"==""SETPG_PATCH_VERSION=5
4746

4847
REM Set PgAdmin3 Version
4948
SETPGADMIN_VERSION=1.22.1
@@ -75,28 +74,30 @@ IF "%~1"=="1" (
7574
IF"%~1"=="2" (
7675
TITLE Building PostgreSQL
7776
IF"%SDK%"==""SETSDK=SDK71
77+
IF"%PG_PATCH_VERSION%"==""SETPG_PATCH_VERSION=5
7878
CMD.EXE /C%ROOT%\build\helpers\postgres.cmd||GOTO :ERROR
7979
)
8080

8181
IF"%~1"=="12" (
8282
TITLE Building PostgresPro
8383
IF"%SDK%"==""SETSDK=SDK71
8484
IF"%PRODUCT_NAME%"==""SETPRODUCT_NAME=PostgresPro
85-
SETPG_PATCH_VERSION=5.1
85+
IF"%PG_PATCH_VERSION%"==""SETPG_PATCH_VERSION=5.2
8686
CMD.EXE /C%ROOT%\build\helpers\postgres.cmd||GOTO :ERROR
8787
)
8888

8989
IF"%~1"=="3" (
9090
TITLE Building PostgreSQL installer
9191
IF"%SDK%"==""SETSDK=SDK71
92+
IF"%PG_PATCH_VERSION%"==""SETPG_PATCH_VERSION=5
9293
CMD.EXE /C%ROOT%\build\helpers\postgres_installer.cmd||GOTO :ERROR
9394
)
9495

9596
IF"%~1"=="13" (
9697
TITLE Building PostgresPro installer
9798
IF"%SDK%"==""SETSDK=SDK71
9899
IF"%PRODUCT_NAME%"==""SETPRODUCT_NAME=PostgresPro
99-
SETPG_PATCH_VERSION=5.1
100+
IF"%PG_PATCH_VERSION%"==""SETPG_PATCH_VERSION=5.2
100101
CMD.EXE /C%ROOT%\build\helpers\postgres_installer.cmd||GOTO :ERROR
101102
)
102103

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp