We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed6962 commit de92701Copy full SHA for de92701
expected/option.out
@@ -74,7 +74,7 @@ Report bugs to <http://github.com/ossc-db/pg_rman/issues>.
74
75
###### COMMAND OPTION TEST-0002 ######
76
###### version option ######
77
-pg_rman 1.3.12
+pg_rman 1.3.13
78
1
79
80
###### COMMAND OPTION TEST-0003 ######
pg_rman.c
@@ -14,7 +14,7 @@
14
#include <time.h>
15
#include <sys/stat.h>
16
17
-const char *PROGRAM_VERSION = "1.3.12";
+const char *PROGRAM_VERSION = "1.3.13";
18
const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman";
19
const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues";
20
0 commit comments