Skip to content

Commit 212fad4

Browse files
committed
Version 2.4.10
1 parent 673b11b commit 212fad4

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
@@ -306,7 +306,7 @@ typedef enum ShowFormat
306306
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
307307
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
308308
#define BLOCKNUM_INVALID (-1)
309-
#define PROGRAM_VERSION "2.4.9"
309+
#define PROGRAM_VERSION "2.4.10"
310310

311311
/* update when remote agent API or behaviour changes */
312312
#define AGENT_PROTOCOL_VERSION 20409

tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.4.9
1+
pg_probackup 2.4.10

0 commit comments

Comments
 (0)