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";