Skip to content

Commit b55bfe8

Browse files
committed
Version 2.1.5
1 parent e876fcf commit b55bfe8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ gen_probackup_project.pl C:\path_to_postgresql_source_tree
110110

111111
## Documentation
112112

113-
Currently the latest documentation can be found at [github](https://github.com/postgrespro/pg_probackup/blob/master/Documentation.md) and [Postgres Pro Enterprise documentation](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup).
113+
Currently the latest documentation can be found at [github](https://postgrespro.github.io/pg_probackup) and [Postgres Pro Enterprise documentation](https://postgrespro.com/docs/postgrespro/current/app-pgprobackup).
114114

115115
## License
116116

Diff for: src/pg_probackup.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ typedef enum ShowFormat
188188
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
189189
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
190190
#define BLOCKNUM_INVALID (-1)
191-
#define PROGRAM_VERSION "2.1.4"
192-
#define AGENT_PROTOCOL_VERSION 20104
191+
#define PROGRAM_VERSION "2.1.5"
192+
#define AGENT_PROTOCOL_VERSION 20105
193193

194194

195195
typedef struct ConnectionOptions

Diff for: tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.1.4
1+
pg_probackup 2.1.5

0 commit comments

Comments
 (0)