From: Christoph Berg Date: Wed, 16 Mar 2022 14:48:33 +0000 (+0100) Subject: Bump version to 14.1 X-Git-Tag: REL_14_1~6 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bee4ac4d812bf6acd4e8a0cc7ee8188478486481;p=pg_filedump.git Bump version to 14.1 --- diff --git a/Makefile b/Makefile index 150c79b..0982f5c 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=14.0 +FD_VERSION=14.1 PROGRAM = pg_filedump OBJS = pg_filedump.o decode.o stringinfo.o diff --git a/pg_filedump.h b/pg_filedump.h index 91a11bf..4a4d056 100644 --- a/pg_filedump.h +++ b/pg_filedump.h @@ -22,7 +22,7 @@ * Original Author: Patrick Macdonald */ -#define FD_VERSION "14.0" /* version ID of pg_filedump */ +#define FD_VERSION "14.1" /* version ID of pg_filedump */ #define FD_PG_VERSION "PostgreSQL 8.x .. 14.x" /* PG version it works with */ #include "postgres.h"