From 5af8cdb5db8304e74a3a5517f575d858b27c94ee Mon Sep 17 00:00:00 2001 From: zw_yan <106359229+zwyan0@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:21:52 +0900 Subject: [PATCH] Update program version for 1.3.16 (#262) --- expected/option.out | 2 +- pg_rman.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/expected/option.out b/expected/option.out index 9269e025..dd787476 100644 --- a/expected/option.out +++ b/expected/option.out @@ -75,7 +75,7 @@ Report bugs to . ###### COMMAND OPTION TEST-0002 ###### ###### version option ###### -pg_rman 1.3.15 +pg_rman 1.3.16 1 ###### COMMAND OPTION TEST-0003 ###### diff --git a/pg_rman.c b/pg_rman.c index 058b4c67..db263aee 100644 --- a/pg_rman.c +++ b/pg_rman.c @@ -14,7 +14,7 @@ #include #include -const char *PROGRAM_VERSION = "1.3.15"; +const char *PROGRAM_VERSION = "1.3.16"; const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman"; const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues";