summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--pg_filedump.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c622205..98ca550 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=10.1
+FD_VERSION=11.0
PROGRAM = pg_filedump
OBJS = pg_filedump.o decode.o stringinfo.o pg_lzcompress.o
diff --git a/pg_filedump.h b/pg_filedump.h
index e6a7dfc..e7fbe80 100644
--- a/pg_filedump.h
+++ b/pg_filedump.h
@@ -22,8 +22,8 @@
* 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"