Skip to content

Commit fd1ed1b

Browse files
committed
Release 2.1.3
1 parent 2f050b0 commit fd1ed1b

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
@@ -106,7 +106,7 @@ gen_probackup_project.pl C:\path_to_postgresql_source_tree
106106

107107
## Current release
108108

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)
110110

111111
## Documentation
112112

Diff for: src/pg_probackup.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ typedef enum ShowFormat
196196
#define BYTES_INVALID (-1) /* file didn`t changed since previous backup, DELTA backup do not rely on it */
197197
#define FILE_NOT_FOUND (-2) /* file disappeared during backup */
198198
#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
201201

202202
/*
203203
* An instance configuration. It can be stored in a configuration file or passed

Diff for: tests/expected/option_version.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pg_probackup 2.1.2
1+
pg_probackup 2.1.3

0 commit comments

Comments
 (0)