8000
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 c0b8eb7 commit a04f00aCopy full SHA for a04f00a
src/pg_probackup.h
@@ -352,7 +352,7 @@ typedef enum ShowFormat
352
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
353
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
354
#define BLOCKNUM_INVALID (-1)
355
-#define PROGRAM_VERSION "2.5.11"
+#define PROGRAM_VERSION "2.5.12"
356
357
/* update when remote agent API or behaviour changes */
358
#define AGENT_PROTOCOL_VERSION 20509
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.5.11
+pg_probackup 2.5.12
0 commit comments