We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87252a8 commit 87dc977Copy full SHA for 87dc977
src/pg_probackup.h
@@ -241,8 +241,8 @@ typedef enum ShowFormat
241
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
242
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
243
#define BLOCKNUM_INVALID (-1)
244
-#define PROGRAM_VERSION "2.3.4"
245
-#define AGENT_PROTOCOL_VERSION 20304
+#define PROGRAM_VERSION "2.4.0"
+#define AGENT_PROTOCOL_VERSION 20400
246
247
248
typedef struct ConnectionOptions
0 commit comments