Skip to content

Commit 87dc977

Browse files
committed
set version to 2.4.0
1 parent 87252a8 commit 87dc977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pg_probackup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ typedef enum ShowFormat
241241
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
242242
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
243243
#define BLOCKNUM_INVALID (-1)
244-
#define PROGRAM_VERSION "2.3.4"
245-
#define AGENT_PROTOCOL_VERSION 20304
244+
#define PROGRAM_VERSION "2.4.0"
245+
#define AGENT_PROTOCOL_VERSION 20400
246246

247247

248248
typedef struct ConnectionOptions

0 commit comments

Comments
 (0)