Skip to content

Commit c63a2b8

Browse files
committed
Version 2.4.6
1 parent 667f2dc commit c63a2b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pg_probackup.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ typedef enum ShowFormat
288288
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
289289
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
290290
#define BLOCKNUM_INVALID (-1)
291-
#define PROGRAM_VERSION "2.4.5"
292-
#define AGENT_PROTOCOL_VERSION 20405
291+
#define PROGRAM_VERSION "2.4.6"
292+
#define AGENT_PROTOCOL_VERSION 20406
293293

294294
/* update only when changing storage format */
295295
#define STORAGE_FORMAT_VERSION "2.4.4"

tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.4.5
1+
pg_probackup 2.4.6

0 commit comments

Comments
 (0)