From f84b21ca24a98fcb125b9733fb479f01495c75ed Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Wed, 1 May 2019 18:01:56 +0300 Subject: [PATCH] Release 2.1.1 --- src/pg_probackup.h | 4 ++-- tests/expected/option_version.out | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pg_probackup.h b/src/pg_probackup.h index 346a7eba..f759773c 100644 --- a/src/pg_probackup.h +++ b/src/pg_probackup.h @@ -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 diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index 7ed9f224..3d8a86e7 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.1.0 \ No newline at end of file +pg_probackup 2.1.1 \ No newline at end of file