Skip to content

Commit f84b21c

Browse files
committed
Release 2.1.1
1 parent d2129fd commit f84b21c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: src/pg_probackup.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ typedef enum ShowFormat
189189
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
190190
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
191191
#define BLOCKNUM_INVALID (-1)
192-
#define PROGRAM_VERSION "2.1.0"
193-
#define AGENT_PROTOCOL_VERSION 20100
192+
#define PROGRAM_VERSION "2.1.1"
193+
#define AGENT_PROTOCOL_VERSION 20101
194194

195195
/*
196196
* An instance configuration. It can be stored in a configuration file or passed

Diff for: tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.1.0
1+
pg_probackup 2.1.1

0 commit comments

Comments
 (0)