summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Berg2018-09-02 11:48:23 +0000
committerChristoph Berg2018-09-02 11:48:23 +0000
commit9a9ea9f95f01d1742b5237ca9f78bcd55c8e396d (patch)
tree08d855807117754fb4d2709dc8f60316f3a16a19
parent25815e884a6987f25f3976c242f958bd18f0c118 (diff)
Releasing pg_filedump 11.0REL_11_0
-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"