We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b8d5d commit 042522fCopy full SHA for 042522f
src/pg_probackup.h
@@ -195,8 +195,8 @@ typedef enum ShowFormat
195
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
196
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
197
#define BLOCKNUM_INVALID (-1)
198
-#define PROGRAM_VERSION "2.1.1"
199
-#define AGENT_PROTOCOL_VERSION 20101
+#define PROGRAM_VERSION "2.1.2"
+#define AGENT_PROTOCOL_VERSION 20102
200
201
/*
202
* An instance configuration. It can be stored in a configuration file or passed
tests/expected/option_version.out
@@ -1 +1 @@
1
-pg_probackup 2.1.1
+pg_probackup 2.1.2
0 commit comments