From: Christoph Berg Date: Thu, 28 Nov 2019 11:35:39 +0000 (+0100) Subject: Bump version to 12.0 X-Git-Tag: REL_12_0~5 X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=4fc234bbd4d74db6babf3421553a2431f3611366;p=pg_filedump.git Bump version to 12.0 --- diff --git a/Makefile b/Makefile index 8c32cc7..05fc074 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=11.0 +FD_VERSION=12.0 PROGRAM = pg_filedump OBJS = pg_filedump.o decode.o stringinfo.o diff --git a/pg_filedump.h b/pg_filedump.h index e7fbe80..3ef87ea 100644 --- a/pg_filedump.h +++ b/pg_filedump.h @@ -22,8 +22,8 @@ * Original Author: Patrick Macdonald */ -#define FD_VERSION "11.0" /* version ID of pg_filedump */ -#define FD_PG_VERSION "PostgreSQL 11.x" /* PG version it works with */ +#define FD_VERSION "12.0" /* version ID of pg_filedump */ +#define FD_PG_VERSION "PostgreSQL 12.x" /* PG version it works with */ #include "postgres.h"