File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ gen_probackup_project.pl C:\path_to_postgresql_source_tree
106
106
107
107
## Current release
108
108
109
- [ 2.1.2 ] ( https://github.com/postgrespro/pg_probackup/releases/tag/2.1.2 )
109
+ [ 2.1.3 ] ( https://github.com/postgrespro/pg_probackup/releases/tag/2.1.3 )
110
110
111
111
## Documentation
112
112
Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ typedef enum ShowFormat
196
196
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
197
197
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
198
198
#define BLOCKNUM_INVALID (-1)
199
- #define PROGRAM_VERSION "2.1.2 "
200
- #define AGENT_PROTOCOL_VERSION 20102
199
+ #define PROGRAM_VERSION "2.1.3 "
200
+ #define AGENT_PROTOCOL_VERSION 20103
201
201
202
202
/*
203
203
* An instance configuration. It can be stored in a configuration file or passed
Original file line number Diff line number Diff line change 1
- pg_probackup 2.1.2
1
+ pg_probackup 2.1.3
You can’t perform that action at this time.
0 commit comments