Skip to content

Commit 57ba813

Browse files
authored
Version up to V1.3.18 (#290)
1 parent ab1bcbf commit 57ba813

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
shell: bash -xe {0}
4040
run: |
4141
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"
4848
)
4949
[ -z "${versions[${{ env.BRANCH }}]}" ] && exit 1 # check if the key exists
5050
echo "PGVERSION=${versions[${{ env.BRANCH }}]}" >> $GITHUB_ENV

expected/option.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Report bugs to <http://github.com/ossc-db/pg_rman/issues>.
7575

7676
###### COMMAND OPTION TEST-0002 ######
7777
###### version option ######
78-
pg_rman 1.3.17
78+
pg_rman 1.3.18
7979
1
8080

8181
###### COMMAND OPTION TEST-0003 ######

pg_rman.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <time.h>
1515
#include <sys/stat.h>
1616

17-
const char *PROGRAM_VERSION = "1.3.17";
17+
const char *PROGRAM_VERSION = "1.3.18";
1818
const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman";
1919
const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues";
2020

0 commit comments

Comments
 (0)