Skip to content

Commit de92701

Browse files
committed
Change version of 1.3.13
1 parent 5ed6962 commit de92701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

expected/option.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Report bugs to <http://github.com/ossc-db/pg_rman/issues>.
7474

7575
###### COMMAND OPTION TEST-0002 ######
7676
###### version option ######
77-
pg_rman 1.3.12
77+
pg_rman 1.3.13
7878
1
7979

8080
###### COMMAND OPTION TEST-0003 ######

pg_rman.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <time.h>
1515
#include <sys/stat.h>
1616

17-
const char *PROGRAM_VERSION = "1.3.12";
17+
const char *PROGRAM_VERSION = "1.3.13";
1818
const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman";
1919
const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues";
2020

0 commit comments

Comments
 (0)