From 838ca64d277308e985183d7ba544440d91c349ea Mon Sep 17 00:00:00 2001 From: zw_yan Date: Thu, 15 Dec 2022 15:28:37 +0900 Subject: [PATCH] change program version --- 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 b1bf1615..9269e025 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.14 +pg_rman 1.3.15 1 ###### COMMAND OPTION TEST-0003 ###### diff --git a/pg_rman.c b/pg_rman.c index de09512a..fa7b6010 100644 --- a/pg_rman.c +++ b/pg_rman.c @@ -14,7 +14,7 @@ #include #include -const char *PROGRAM_VERSION = "1.3.14"; +const char *PROGRAM_VERSION = "1.3.15"; const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman"; const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues";