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 f4c0ac3

Browse files
committedDec 24, 2021
Version 2.5.4
1 parent ad932d8 commit f4c0ac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/pg_probackup.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ typedef enum ShowFormat
338338
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
339339
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
340340
#define BLOCKNUM_INVALID (-1)
341-
#define PROGRAM_VERSION "2.5.3"
341+
#define PROGRAM_VERSION "2.5.4"
342342

343343
/* update when remote agent API or behaviour changes */
344344
#define AGENT_PROTOCOL_VERSION 20501

‎tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.5.3
1+
pg_probackup 2.5.4

0 commit comments

Comments
 (0)
Please sign in to comment.