Skip to content

Commit 26578ed

Browse files
committed
bump version to 2.5.0
1 parent 63b7909 commit 26578ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pg_probackup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ typedef enum ShowFormat
292292
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
293293
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
294294
#define BLOCKNUM_INVALID (-1)
295-
#define PROGRAM_VERSION "2.4.2"
296-
#define AGENT_PROTOCOL_VERSION 20402
295+
#define PROGRAM_VERSION "2.5.0"
296+
#define AGENT_PROTOCOL_VERSION 20500
297297

298298

299299
typedef struct ConnectionOptions

tests/expected/option_version.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.4.2
1+
pg_probackup 2.5.0

0 commit comments

Comments
 (0)