diff --git a/SPECS/pg_rman92.spec b/SPECS/pg_rman92.spec index 38af6c6a..74672eca 100644 --- a/SPECS/pg_rman92.spec +++ b/SPECS/pg_rman92.spec @@ -9,7 +9,7 @@ ## Set general information for pg_rman. Summary: Backup and Recovery Tool for PostgreSQL Name: pg_rman -Version: 1.2.10 +Version: 1.2.11 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -58,6 +58,7 @@ rm -rf %{buildroot} # History of pg_rman. %changelog +* Wed Jan 7 2015 - NTT OSS Center 1.2.11-1 * Fri Sep 5 2014 - NTT OSS Center 1.2.10-1 * Tue Aug 12 2014 - NTT OSS Center 1.2.9-1 * Sun Apr 20 2014 - The pg_rman Development Group 1.2.8-2 diff --git a/SPECS/pg_rman93.spec b/SPECS/pg_rman93.spec index 058940ff..d592e83b 100644 --- a/SPECS/pg_rman93.spec +++ b/SPECS/pg_rman93.spec @@ -9,7 +9,7 @@ ## Set general information for pg_rman. Summary: Backup and Recovery Tool for PostgreSQL Name: pg_rman -Version: 1.2.10 +Version: 1.2.11 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -58,6 +58,7 @@ rm -rf %{buildroot} # History of pg_rman. %changelog +* Wed Jan 7 2015 - NTT OSS Center 1.2.11-1 * Fri Sep 5 2014 - NTT OSS Center 1.2.10-1 * Tue Aug 12 2014 - NTT OSS Center 1.2.9-1 * Sun Apr 20 2014 - The pg_rman Development Group 1.2.8-2 diff --git a/SPECS/pg_rman94.spec b/SPECS/pg_rman94.spec index b52df8c0..8279ef87 100644 --- a/SPECS/pg_rman94.spec +++ b/SPECS/pg_rman94.spec @@ -9,7 +9,7 @@ ## Set general information for pg_rman. Summary: Backup and Recovery Tool for PostgreSQL Name: pg_rman -Version: 1.2.10 +Version: 1.2.11 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -58,5 +58,6 @@ rm -rf %{buildroot} # History of pg_rman. %changelog +* Wed Jan 7 2015 - NTT OSS Center 1.2.11-1 * Tue Jan 6 2015 - NTT OSS Center 1.2.10-2 - Initial cut for 1.2.10 diff --git a/expected/option.out b/expected/option.out index 3a2cb64c..fe5dd457 100644 --- a/expected/option.out +++ b/expected/option.out @@ -73,7 +73,7 @@ Report bugs to . ###### COMMAND OPTION TEST-0002 ###### ###### version option ###### -pg_rman 1.2.10 +pg_rman 1.2.11 1 ###### COMMAND OPTION TEST-0003 ###### diff --git a/pg_rman.c b/pg_rman.c index 6dfe30b8..8871b362 100644 --- a/pg_rman.c +++ b/pg_rman.c @@ -14,7 +14,7 @@ #include #include -const char *PROGRAM_VERSION = "1.2.10"; +const char *PROGRAM_VERSION = "1.2.11"; const char *PROGRAM_URL = "http://sourceforge.net/projects/pg-rman/"; const char *PROGRAM_EMAIL = "http://sourceforge.net/p/pg-rman/tickets/";