1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +02:00

update version to 2.5.10

This commit is contained in:
Yura Sokolov
2022-11-15 13:43:09 +03:00
parent 457e06296c
commit 348283b307
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ typedef enum ShowFormat
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */ #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 FILE_NOT_FOUND (-2) /* file disappeared during backup */
#define BLOCKNUM_INVALID (-1) #define BLOCKNUM_INVALID (-1)
#define PROGRAM_VERSION "2.5.9" #define PROGRAM_VERSION "2.5.10"
/* update when remote agent API or behaviour changes */ /* update when remote agent API or behaviour changes */
#define AGENT_PROTOCOL_VERSION 20509 #define AGENT_PROTOCOL_VERSION 20509
+1 -1
View File
@@ -1 +1 @@
pg_probackup 2.5.9 pg_probackup 2.5.10