mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-05 13:20:31 +02:00
Release 2.1.1
This commit is contained in:
parent
d2129fdd12
commit
f84b21ca24
@ -189,8 +189,8 @@ 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.1.0"
|
||||
#define AGENT_PROTOCOL_VERSION 20100
|
||||
#define PROGRAM_VERSION "2.1.1"
|
||||
#define AGENT_PROTOCOL_VERSION 20101
|
||||
|
||||
/*
|
||||
* An instance configuration. It can be stored in a configuration file or passed
|
||||
|
@ -1 +1 @@
|
||||
pg_probackup 2.1.0
|
||||
pg_probackup 2.1.1
|
Loading…
Reference in New Issue
Block a user