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 b395b3c commit 57f871aCopy full SHA for 57f871a
src/pg_probackup.h
@@ -308,7 +308,7 @@ typedef enum ShowFormat
308
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
309
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
310
#define BLOCKNUM_INVALID (-1)
311
-#define PROGRAM_VERSION "2.4.16"
+#define PROGRAM_VERSION "2.4.17"
312
313
/* update when remote agent API or behaviour changes */
314
#define AGENT_PROTOCOL_VERSION 20409
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.4.16
+pg_probackup 2.4.17
0 commit comments