diff options
| author | Christoph Berg | 2018-09-02 11:48:23 +0000 |
|---|---|---|
| committer | Christoph Berg | 2018-09-02 11:48:23 +0000 |
| commit | 9a9ea9f95f01d1742b5237ca9f78bcd55c8e396d (patch) | |
| tree | 08d855807117754fb4d2709dc8f60316f3a16a19 | |
| parent | 25815e884a6987f25f3976c242f958bd18f0c118 (diff) | |
Releasing pg_filedump 11.0REL_11_0
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | pg_filedump.h | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # View README.pg_filedump first # note this must match version macros in pg_filedump.h -FD_VERSION=10.1 +FD_VERSION=11.0 PROGRAM = pg_filedump OBJS = pg_filedump.o decode.o stringinfo.o pg_lzcompress.o diff --git a/pg_filedump.h b/pg_filedump.h index e6a7dfc..e7fbe80 100644 --- a/pg_filedump.h +++ b/pg_filedump.h @@ -22,8 +22,8 @@ * Original Author: Patrick Macdonald <patrickm@redhat.com> */ -#define FD_VERSION "10.1" /* version ID of pg_filedump */ -#define FD_PG_VERSION "PostgreSQL 10.x" /* PG version it works with */ +#define FD_VERSION "11.0" /* version ID of pg_filedump */ +#define FD_PG_VERSION "PostgreSQL 11.x" /* PG version it works with */ #include "postgres.h" |
