From 4fc234bbd4d74db6babf3421553a2431f3611366 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Thu, 28 Nov 2019 12:35:39 +0100 Subject: [PATCH] Bump version to 12.0 --- Makefile | 2 +- pg_filedump.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.5