Bump version to 9.6.0 REL9_6_0
authorChristoph Berg <[email protected]>
Thu, 29 Sep 2016 11:24:49 +0000 (13:24 +0200)
committerChristoph Berg <[email protected]>
Thu, 29 Sep 2016 11:24:49 +0000 (13:24 +0200)
Makefile
pg_filedump.h

index af5b4041551995a44053cc2fa99fc520c425572f..29c1057e71dbbbfb1b982b1f6a760e3cf65745d9 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=9.5.0
+FD_VERSION=9.6.0
 
 CC=gcc
 CFLAGS=-g -O -Wall -Wmissing-prototypes -Wmissing-declarations
index 7000c7115f30cb30dd24c888d79db2f0045f0a4c..d0634a861039139dc171781e267b14b533e3b05c 100644 (file)
@@ -22,8 +22,8 @@
  * Original Author: Patrick Macdonald <[email protected]>
  */
 
-#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"