From 67f438986fd080c83d30282fb2a2544500ee9ccc Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Thu, 29 Sep 2016 13:24:49 +0200 Subject: [PATCH] Bump version to 9.6.0 --- Makefile | 2 +- pg_filedump.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index af5b404..29c1057 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=9.5.0 +FD_VERSION=9.6.0 CC=gcc CFLAGS=-g -O -Wall -Wmissing-prototypes -Wmissing-declarations diff --git a/pg_filedump.h b/pg_filedump.h index 7000c71..d0634a8 100644 --- a/pg_filedump.h +++ b/pg_filedump.h @@ -22,8 +22,8 @@ * Original Author: Patrick Macdonald */ -#define FD_VERSION "9.5.0" /* version ID of pg_filedump */ -#define FD_PG_VERSION "PostgreSQL 9.5.x" /* PG version it works with */ +#define FD_VERSION "9.6.0" /* version ID of pg_filedump */ +#define FD_PG_VERSION "PostgreSQL 9.6.x" /* PG version it works with */ #include "postgres.h"