Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1871f36 commit 316d48cCopy full SHA for 316d48c
1 file changed
build/helpers/setvars.cmd
@@ -9,7 +9,10 @@ SET LIBSSH2_VER=1.6.0
9
SET WXWIDGETS_VER=3.0.2
10
SET EDITLINE_VER=2.102
11
SET ZSTD_RELEASE=1.1.0
12
+
13
SET PG_REPACK_VER=1.4.2
14
+IF "%PG_MAJOR_VERSION%"=="9.6" SET PG_REPACK_VER=1.3.4
15
+IF "%PG_MAJOR_VERSION%"=="9.5" SET PG_REPACK_VER=1.3.4
16
17
REM Path vars
18
SET PERL32_PATH=C:\Perl
0 commit comments