Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47c3b2e

Browse files
committed
Upgrade PG version to 9.5.1
1 parent 4839f4f commit 47c3b2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/helpers/pgadmin.cmd

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ IF %ARCH% == X86 msbuild pgadmin/pgAdmin3.vcxproj /m /p:Configuration="Release (
9191
IF %ARCH% == X64 msbuild pgadmin/pgAdmin3.vcxproj /m /p:Configuration="Release (3.0)" /p:Platform=x64 /p:PlatformToolset=%PlatformToolset% || GOTO :ERROR
9292
REM Docs building is not working now
9393
REM Need to understand how to add sphinx-build to PATH
94+
SET PATH=%PATH%;%PYTHON64_PATH%;%PYTHON64_PATH%\Scripts
9495
REM msbuild docs/Docs.vcxproj /m /p:Configuration="All" /p:Platform="Win32" || GOTO :ERROR
9596
rm -rf %BUILD_DIR%\distr_%ARCH%_%PGVER%\pgadmin
9697
MKDIR %BUILD_DIR%\distr_%ARCH%_%PGVER%\pgadmin %BUILD_DIR%\distr_%ARCH%_%PGVER%\pgadmin\bin %BUILD_DIR%\distr_%ARCH%_%PGVER%\pgadmin\lib

build/run.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ IF DEFINED USG (
3535

3636
REM Set PostgreSQL version
3737
IF "%PG_MAJOR_VERSION%"=="" SET PG_MAJOR_VERSION=9.5
38-
IF "%PG_PATCH_VERSION%"=="" SET PG_PATCH_VERSION=0
38+
IF "%PG_PATCH_VERSION%"=="" SET PG_PATCH_VERSION=1
3939

4040
REM Set PgAdmin3 Version
4141
SET PGADMIN_VERSION=1.22.1

0 commit comments

Comments
 (0)