1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-09-16 09:26:30 +02:00

Up version

This commit is contained in:
Alexey Savchkov
2024-04-05 12:44:29 +07:00
parent e9b8fcb1b2
commit 91cddad61d

View File

@@ -356,7 +356,7 @@ typedef enum ShowFormat
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
#define BLOCKNUM_INVALID (-1)
#define PROGRAM_VERSION "2.5.13"
#define PROGRAM_VERSION "2.5.14"
/* update when remote agent API or behaviour changes */
#define AGENT_PROTOCOL_VERSION 20509