Version 2.5.1

This commit is contained in:
Grigory Smolkin
2021-08-13 16:14:04 +03:00
parent 83c0cbb61b
commit 328eea196a
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -338,14 +338,14 @@ 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.0" #define PROGRAM_VERSION "2.5.1"
/* update when remote agent API or behaviour changes */ /* update when remote agent API or behaviour changes */
#define AGENT_PROTOCOL_VERSION 20500 #define AGENT_PROTOCOL_VERSION 20501
#define AGENT_PROTOCOL_VERSION_STR "2.5.0" #define AGENT_PROTOCOL_VERSION_STR "2.5.1"
/* update only when changing storage format */ /* update only when changing storage format */
#define STORAGE_FORMAT_VERSION "2.5.0" #define STORAGE_FORMAT_VERSION "2.4.4"
typedef struct ConnectionOptions typedef struct ConnectionOptions
{ {
+1 -1
View File
@@ -1 +1 @@
pg_probackup 2.5.0 pg_probackup 2.5.1