mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-03 14:01:57 +02:00
Change version number to 1.3dev
This commit is contained in:
parent
a8f98e9e27
commit
8efe5c9da4
@ -55,7 +55,7 @@ Generic options:
|
|||||||
|
|
||||||
Read the website for details. <https://github.com/michaelpq/pg_rman>
|
Read the website for details. <https://github.com/michaelpq/pg_rman>
|
||||||
Report bugs to <https://github.com/michaelpq/pg_rman/issues>.
|
Report bugs to <https://github.com/michaelpq/pg_rman/issues>.
|
||||||
pg_rman 1.2.6
|
pg_rman 1.3dev
|
||||||
ERROR: required parameter not specified: BACKUP_PATH (-B, --backup-path)
|
ERROR: required parameter not specified: BACKUP_PATH (-B, --backup-path)
|
||||||
ERROR: Required parameter not specified: BACKUP_MODE (-b, --backup-mode)
|
ERROR: Required parameter not specified: BACKUP_MODE (-b, --backup-mode)
|
||||||
ERROR: Required parameter not specified: ARCLOG_PATH (-A, --arclog-path)
|
ERROR: Required parameter not specified: ARCLOG_PATH (-A, --arclog-path)
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
const char *PROGRAM_VERSION = "1.2.6";
|
const char *PROGRAM_VERSION = "1.3dev";
|
||||||
const char *PROGRAM_URL = "https://github.com/michaelpq/pg_rman";
|
const char *PROGRAM_URL = "https://github.com/michaelpq/pg_rman";
|
||||||
const char *PROGRAM_EMAIL = "https://github.com/michaelpq/pg_rman/issues";
|
const char *PROGRAM_EMAIL = "https://github.com/michaelpq/pg_rman/issues";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user