File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
39
39
shell : bash -xe {0}
40
40
run : |
41
41
declare -A versions=(
42
- ["master"]="17.2 "
43
- ["REL_17_STABLE"]="17.2 "
44
- ["REL_16_STABLE"]="16.6 "
45
- ["REL_15_STABLE"]="15.10 "
46
- ["REL_14_STABLE"]="14.15 "
47
- ["REL_13_STABLE"]="13.18 "
42
+ ["master"]="17.5 "
43
+ ["REL_17_STABLE"]="17.5 "
44
+ ["REL_16_STABLE"]="16.9 "
45
+ ["REL_15_STABLE"]="15.13 "
46
+ ["REL_14_STABLE"]="14.18 "
47
+ ["REL_13_STABLE"]="13.21 "
48
48
)
49
49
[ -z "${versions[${{ env.BRANCH }}]}" ] && exit 1 # check if the key exists
50
50
echo "PGVERSION=${versions[${{ env.BRANCH }}]}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Report bugs to <http://github.com/ossc-db/pg_rman/issues>.
75
75
76
76
###### COMMAND OPTION TEST-0002 ######
77
77
###### version option ######
78
- pg_rman 1.3.17
78
+ pg_rman 1.3.18
79
79
1
80
80
81
81
###### COMMAND OPTION TEST-0003 ######
Original file line number Diff line number Diff line change 14
14
#include <time.h>
15
15
#include <sys/stat.h>
16
16
17
- const char * PROGRAM_VERSION = "1.3.17 " ;
17
+ const char * PROGRAM_VERSION = "1.3.18 " ;
18
18
const char * PROGRAM_URL = "http://github.com/ossc-db/pg_rman" ;
19
19
const char * PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues" ;
20
20
You can’t perform that action at this time.
0 commit comments