Skip to content

Commit a0983d2

Browse files
committed
Version 2.6.0
1 parent f514488 commit a0983d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pg_probackup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ typedef enum ShowFormat
335335
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
336336
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
337337
#define BLOCKNUM_INVALID (-1)
338-
#define PROGRAM_VERSION "2.5.7"
338+
#define PROGRAM_VERSION "2.6.0"
339339

340340
/* update when remote agent API or behaviour changes */
341341
#define AGENT_PROTOCOL_VERSION 20600

tests/expected/option_version.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.5.7
1+
pg_probackup 2.6.0

0 commit comments

Comments
 (0)