Skip to content

Commit

Permalink
Merge pull request #86 from MoonInsung/master
Browse files Browse the repository at this point in the history
Update version number to 1.3.7
  • Loading branch information
MoonInsung authored Sep 26, 2018
2 parents 9c32b88 + 2c81619 commit afdcbba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To restore from a backup, use the `restore` command. Note that pg_rman itself g
$ pg_ctl stop -m immediate
$ pg_rman restore
$ cat $PGDATA/recovery.conf
# recovery.conf generated by pg_rman 1.3.6
# recovery.conf generated by pg_rman 1.3.7
restore_command = 'cp /home/postgres/arclog/%f %p'
recovery_target_timeline = '1'
$ pg_ctl start
Expand Down
2 changes: 1 addition & 1 deletion expected/option.out
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Report bugs to <http://github.com/ossc-db/pg_rman/issues>.

###### COMMAND OPTION TEST-0002 ######
###### version option ######
pg_rman 1.3.6
pg_rman 1.3.7
1

###### COMMAND OPTION TEST-0003 ######
Expand Down
2 changes: 1 addition & 1 deletion pg_rman.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <time.h>
#include <sys/stat.h>

const char *PROGRAM_VERSION = "1.3.6";
const char *PROGRAM_VERSION = "1.3.7";
const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman";
const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues";

Expand Down

0 comments on commit afdcbba

Please sign in to comment.