Skip to content

Commit 8590294

Browse files
committed
pg_filedump 17.3
1 parent e8ef24e commit 8590294

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pg_filedump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ DisplayOptions(unsigned int validOptions)
169169
printf
170170
("\nVersion %s (for %s)"
171171
"\nCopyright (c) 2002-2010 Red Hat, Inc."
172-
"\nCopyright (c) 2011-2024, PostgreSQL Global Development Group\n",
172+
"\nCopyright (c) 2011-2025, PostgreSQL Global Development Group\n",
173173
FD_VERSION, FD_PG_VERSION);
174174

175175
printf

pg_filedump.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Original Author: Patrick Macdonald <[email protected]>
2323
*/
2424

25-
#define FD_VERSION "17.2" /* version ID of pg_filedump */
25+
#define FD_VERSION "17.3" /* version ID of pg_filedump */
2626
#define FD_PG_VERSION "PostgreSQL 8.x .. 17.x" /* PG version it works with */
2727

2828
#include "postgres.h"

0 commit comments

Comments
 (0)