From c12f8467e0cd80f7a28a03c36409c92f26a26fc4 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Tue, 26 Jan 2021 20:16:36 +0300 Subject: [PATCH] Version 2.4.9 --- 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 aec5c3e84..2ec09babb 100644 --- a/src/pg_probackup.h +++ b/src/pg_probackup.h @@ -303,8 +303,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.8" -#define AGENT_PROTOCOL_VERSION 20408 +#define PROGRAM_VERSION "2.4.9" +#define AGENT_PROTOCOL_VERSION 20409 /* update only when changing storage format */ #define STORAGE_FORMAT_VERSION "2.4.4" diff --git a/tests/expected/option_version.out b/tests/expected/option_version.out index 9a1e5663b..1481e32db 100644 --- a/tests/expected/option_version.out +++ b/tests/expected/option_version.out @@ -1 +1 @@ -pg_probackup 2.4.8 \ No newline at end of file +pg_probackup 2.4.9 \ No newline at end of file