1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-30 09:47:53 +02:00

Up version

This commit is contained in:
Alexey Savchkov 2023-10-28 09:05:31 +07:00
parent 915d066554
commit c7ca6cb9c7

View File

@ -353,7 +353,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.12"
#define PROGRAM_VERSION "2.5.13"
/* update when remote agent API or behaviour changes */
#define AGENT_PROTOCOL_VERSION 20509