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 f8a6a26 commit d2c60caCopy full SHA for d2c60ca
src/pg_probackup.h
@@ -209,8 +209,8 @@ typedef enum ShowFormat
209
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
210
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
211
#define BLOCKNUM_INVALID (-1)
212
-#define PROGRAM_VERSION "2.2.4"
213
-#define AGENT_PROTOCOL_VERSION 20204
+#define PROGRAM_VERSION "2.2.5"
+#define AGENT_PROTOCOL_VERSION 20205
214
215
216
typedef struct ConnectionOptions
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.2.4
+pg_probackup 2.2.5
0 commit comments