1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-06-21 01:34:15 +02:00

Release 2.1.3

This commit is contained in:
Grigory Smolkin
2019-05-29 19:06:21 +03:00
parent 2f050b09cc
commit fd1ed1b03d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ gen_probackup_project.pl C:\path_to_postgresql_source_tree
## Current release
[2.1.2](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.2)
[2.1.3](https://github.com/postgrespro/pg_probackup/releases/tag/2.1.3)
## Documentation
+2 -2
View File
@@ -196,8 +196,8 @@ typedef enum ShowFormat
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
#define BLOCKNUM_INVALID (-1)
#define PROGRAM_VERSION "2.1.2"
#define AGENT_PROTOCOL_VERSION 20102
#define PROGRAM_VERSION "2.1.3"
#define AGENT_PROTOCOL_VERSION 20103
/*
* An instance configuration. It can be stored in a configuration file or passed
+1 -1
View File
@@ -1 +1 @@
pg_probackup 2.1.2
pg_probackup 2.1.3