diff --git a/SPECS/pg_rman10.spec b/SPECS/pg_rman10.spec index aad3016c..370f12d4 100644 --- a/SPECS/pg_rman10.spec +++ b/SPECS/pg_rman10.spec @@ -9,7 +9,7 @@ ## Set general information for pg_rman. Summary: Backup and Recovery Tool for PostgreSQL Name: pg_rman -Version: 1.3.13 +Version: 1.3.14 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -58,6 +58,7 @@ rm -rf %{buildroot} # History of pg_rman. %changelog +* Mon Dec 13 2021 - NTT OSS Center 1.3.14-1 * Mon Aug 23 2021 - NTT OSS Center 1.3.13-1 * Wed Jun 2 2021 - NTT OSS Center 1.3.12-1 * Tue Jan 19 2021 - NTT OSS Center 1.3.11-1 diff --git a/expected/option.out b/expected/option.out index ec467e27..f91c3673 100644 --- a/expected/option.out +++ b/expected/option.out @@ -74,7 +74,7 @@ Report bugs to . ###### COMMAND OPTION TEST-0002 ###### ###### version option ###### -pg_rman 1.3.13 +pg_rman 1.3.14 1 ###### COMMAND OPTION TEST-0003 ###### diff --git a/pg_rman.c b/pg_rman.c index 2b9f31e2..1b3c59bb 100644 --- a/pg_rman.c +++ b/pg_rman.c @@ -14,7 +14,7 @@ #include #include -const char *PROGRAM_VERSION = "1.3.13"; +const char *PROGRAM_VERSION = "1.3.14"; const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman"; const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues";