Bump version to 14.1
authorChristoph Berg <[email protected]>
Wed, 16 Mar 2022 14:48:33 +0000 (15:48 +0100)
committerChristoph Berg <[email protected]>
Wed, 16 Mar 2022 14:48:33 +0000 (15:48 +0100)
Makefile
pg_filedump.h

index 150c79b128886d875a720a803d5efe144ac59fc5..0982f5c1e509bb46f7ac565e651500256c7dc41e 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=14.0
+FD_VERSION=14.1
 
 PROGRAM = pg_filedump
 OBJS = pg_filedump.o decode.o stringinfo.o
index 91a11bf92159449b085c4510f182bf874b7a1384..4a4d05628537a05278c474d87fa2879705eb9fb5 100644 (file)
@@ -22,7 +22,7 @@
  * Original Author: Patrick Macdonald <[email protected]>
  */
 
-#define FD_VERSION     "14.0"          /* version ID of pg_filedump */
+#define FD_VERSION     "14.1"          /* version ID of pg_filedump */
 #define FD_PG_VERSION  "PostgreSQL 8.x .. 14.x"                /* PG version it works with */
 
 #include "postgres.h"