From 7fc70c85f265a9fc888baee81f6588c7bab9d06e Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Wed, 1 Jul 2020 00:27:58 +0300 Subject: [PATCH] Version 2.4.2 --- 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 8750e79c..46770e8b 100644 --- a/src/pg_probackup.h +++ b/src/pg_probackup.h @@ -276,8 +276,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.4.1" -#define AGENT_PROTOCOL_VERSION 20401 +#define PROGRAM_VERSION "2.4.2" +#define AGENT_PROTOCOL_VERSION 20402 typedef struct ConnectionOptions diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index 3a8236d6..47c19fef 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.4.1 \ No newline at end of file +pg_probackup 2.4.2 \ No newline at end of file