File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -338,14 +338,14 @@ typedef enum ShowFormat
338338#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
339339#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
340340#define BLOCKNUM_INVALID (-1)
341- #define PROGRAM_VERSION "2.5.0 "
341+ #define PROGRAM_VERSION "2.5.1 "
342342
343343/* update when remote agent API or behaviour changes */
344- #define AGENT_PROTOCOL_VERSION 20500
345- #define AGENT_PROTOCOL_VERSION_STR "2.5.0 "
344+ #define AGENT_PROTOCOL_VERSION 20501
345+ #define AGENT_PROTOCOL_VERSION_STR "2.5.1 "
346346
347347/* update only when changing storage format */
348- #define STORAGE_FORMAT_VERSION "2.5.0 "
348+ #define STORAGE_FORMAT_VERSION "2.4.4 "
349349
350350typedef struct ConnectionOptions
351351{
Original file line number Diff line number Diff line change 1- pg_probackup 2.5.0
1+ pg_probackup 2.5.1
You can’t perform that action at this time.
0 commit comments