From b01c54edc730070a86288b1bf0d54b9526adc3da Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Wed, 20 Jun 2018 12:07:16 +0200 Subject: [PATCH] pg_filedump 10.1 --- Makefile | 2 +- pg_filedump.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 66dfede..c622205 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.0 +FD_VERSION=10.1 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 d950ab7..e6a7dfc 100644 --- a/pg_filedump.h +++ b/pg_filedump.h @@ -22,7 +22,7 @@ * Original Author: Patrick Macdonald */ -#define FD_VERSION "10.0" /* version ID of pg_filedump */ +#define FD_VERSION "10.1" /* version ID of pg_filedump */ #define FD_PG_VERSION "PostgreSQL 10.x" /* PG version it works with */ #include "postgres.h" -- 2.39.5