Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 042522f

Browse files
committedMay 20, 2019
Release 2.1.2
1 parent b3b8d5d commit 042522f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎src/pg_probackup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ typedef enum ShowFormat
195195
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
196196
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
197197
#define BLOCKNUM_INVALID (-1)
198-
#define PROGRAM_VERSION "2.1.1"
199-
#define AGENT_PROTOCOL_VERSION 20101
198+
#define PROGRAM_VERSION "2.1.2"
199+
#define AGENT_PROTOCOL_VERSION 20102
200200

201201
/*
202202
* An instance configuration. It can be stored in a configuration file or passed

‎tests/expected/option_version.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.1.1
1+
pg_probackup 2.1.2

0 commit comments

Comments
 (0)
Please sign in to comment.