Skip to content

Commit 8efe5c9

Browse files
author
Michael Paquier
committed
Change version number to 1.3dev
1 parent a8f98e9 commit 8efe5c9

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
@@ -55,7 +55,7 @@ Generic options:
5555

5656
Read the website for details. <https://github.com/michaelpq/pg_rman>
5757
Report bugs to <https://github.com/michaelpq/pg_rman/issues>.
58-
pg_rman 1.2.6
58+
pg_rman 1.3dev
5959
ERROR: required parameter not specified: BACKUP_PATH (-B, --backup-path)
6060
ERROR: Required parameter not specified: BACKUP_MODE (-b, --backup-mode)
6161
ERROR: Required parameter not specified: ARCLOG_PATH (-A, --arclog-path)

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.2.6";
17+
const char *PROGRAM_VERSION = "1.3dev";
1818
const char *PROGRAM_URL = "https://github.com/michaelpq/pg_rman";
1919
const char *PROGRAM_EMAIL = "https://github.com/michaelpq/pg_rman/issues";
2020

0 commit comments

Comments
 (0)