# View README.pg_filedump first
# note this must match version macros in pg_filedump.h
-FD_VERSION=10.1
+FD_VERSION=11.0
PROGRAM = pg_filedump
OBJS = pg_filedump.o decode.o stringinfo.o pg_lzcompress.o
* Original Author: Patrick Macdonald <patrickm@redhat.com>
*/
-#define FD_VERSION "10.1" /* version ID of pg_filedump */
-#define FD_PG_VERSION "PostgreSQL 10.x" /* PG version it works with */
+#define FD_VERSION "11.0" /* version ID of pg_filedump */
+#define FD_PG_VERSION "PostgreSQL 11.x" /* PG version it works with */
#include "postgres.h"