Releasing pg_filedump 11.0 REL_11_0
authorChristoph Berg <myon@debian.org>
Sun, 2 Sep 2018 11:48:23 +0000 (13:48 +0200)
committerChristoph Berg <myon@debian.org>
Sun, 2 Sep 2018 11:48:23 +0000 (13:48 +0200)
Makefile
pg_filedump.h

index c622205fd066e004c1034d4ad455437bb1e74a46..98ca5501c70d89612982d70b986757de70c7608a 100644 (file)
--- 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
index e6a7dfcb818fb9aff23fa2dc3c1eeddf1d16b4fa..e7fbe801601f281a334155df9a098576f7cc79bd 100644 (file)
@@ -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"