Thanks to visit codestin.com Credit goes to github.com
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 5a41524 commit ced96b2Copy full SHA for ced96b2
src/pg_probackup.h
@@ -276,8 +276,8 @@ typedef enum ShowFormat
276
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
277
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
278
#define BLOCKNUM_INVALID (-1)
279
-#define PROGRAM_VERSION "2.4.0"
280
-#define AGENT_PROTOCOL_VERSION 20400
+#define PROGRAM_VERSION "2.4.1"
+#define AGENT_PROTOCOL_VERSION 20401
281
282
283
typedef struct ConnectionOptions
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.4.0
+pg_probackup 2.4.1
0 commit comments