Skip to content

Commit ba5e1a0

Browse files
committed
Change PG_PATCH_VERSION to 5.2
1 parent 6f4d186 commit ba5e1a0

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%"=="" SET PG_MAJOR_VERSION=9.5
46-
IF "%PG_PATCH_VERSION%"=="" SET PG_PATCH_VERSION=5
4746

4847
REM Set PgAdmin3 Version
4948
SET PGADMIN_VERSION=1.22.1
@@ -75,28 +74,30 @@ IF "%~1"=="1" (
7574
IF "%~1"=="2" (
7675
TITLE Building PostgreSQL
7776
IF "%SDK%"=="" SET SDK=SDK71
77+
IF "%PG_PATCH_VERSION%"=="" SET PG_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%"=="" SET SDK=SDK71
8484
IF "%PRODUCT_NAME%"=="" SET PRODUCT_NAME=PostgresPro
85-
SET PG_PATCH_VERSION=5.1
85+
IF "%PG_PATCH_VERSION%"=="" SET PG_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%"=="" SET SDK=SDK71
92+
IF "%PG_PATCH_VERSION%"=="" SET PG_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%"=="" SET SDK=SDK71
9899
IF "%PRODUCT_NAME%"=="" SET PRODUCT_NAME=PostgresPro
99-
SET PG_PATCH_VERSION=5.1
100+
IF "%PG_PATCH_VERSION%"=="" SET PG_PATCH_VERSION=5.2
100101
CMD.EXE /C %ROOT%\build\helpers\postgres_installer.cmd || GOTO :ERROR
101102
)
102103

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy