From: Christoph Berg Date: Sun, 2 Sep 2018 11:48:23 +0000 (+0200) Subject: Releasing pg_filedump 11.0 X-Git-Tag: REL_11_0^0 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9a9ea9f95f01d1742b5237ca9f78bcd55c8e396d;p=pg_filedump.git Releasing pg_filedump 11.0 --- diff --git a/Makefile b/Makefile index c622205..98ca550 100644 --- a/Makefile +++ b/Makefile @@ -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 */ -#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"