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 63b7909 commit 26578edCopy full SHA for 26578ed
src/pg_probackup.h
@@ -292,8 +292,8 @@ typedef enum ShowFormat
292
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
293
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
294
#define BLOCKNUM_INVALID (-1)
295
-#define PROGRAM_VERSION "2.4.2"
296
-#define AGENT_PROTOCOL_VERSION 20402
+#define PROGRAM_VERSION "2.5.0"
+#define AGENT_PROTOCOL_VERSION 20500
297
298
299
typedef struct ConnectionOptions
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.4.2
+pg_probackup 2.5.0
0 commit comments