Skip to content

Commit 348283b

Browse files
committed
update version to 2.5.10
1 parent 457e062 commit 348283b

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
@@ -345,7 +345,7 @@ typedef enum ShowFormat
345345
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
346346
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
347347
#define BLOCKNUM_INVALID (-1)
348-
#define PROGRAM_VERSION "2.5.9"
348+
#define PROGRAM_VERSION "2.5.10"
349349

350350
/* update when remote agent API or behaviour changes */
351351
#define AGENT_PROTOCOL_VERSION 20509

tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.5.9
1+
pg_probackup 2.5.10

0 commit comments

Comments
 (0)