Bump version to 17.1 REL_17_1
authorChristoph Berg <[email protected]>
Thu, 7 Nov 2024 15:26:21 +0000 (15:26 +0000)
committerChristoph Berg <[email protected]>
Thu, 7 Nov 2024 15:26:21 +0000 (15:26 +0000)
While at it, bump copyright year as well.

README.pg_filedump.md
pg_filedump.c
pg_filedump.h

index 2a07559500d830612490e53764c96e87363948c4..85204e6c6bc8724a7ed3d2176464dd75296a88a4 100644 (file)
@@ -2,7 +2,7 @@
 
 Copyright (c) 2002-2010 Red Hat, Inc.
 
-Copyright (c) 2011-2023, PostgreSQL Global Development Group
+Copyright (c) 2011-2024, PostgreSQL Global Development Group
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index fb0e6301bbfcce03e8068d52e7d8c38d21bdaa63..49e39a8bcec17a25337f49149d344d0834966b10 100644 (file)
@@ -3,7 +3,7 @@
  *                                formatting heap (data), index and control files.
  *
  * Copyright (c) 2002-2010 Red Hat, Inc.
- * Copyright (c) 2011-2023, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2024, PostgreSQL Global Development Group
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -159,7 +159,7 @@ DisplayOptions(unsigned int validOptions)
                printf
                        ("\nVersion %s (for %s)"
                         "\nCopyright (c) 2002-2010 Red Hat, Inc."
-                 "\nCopyright (c) 2011-2023, PostgreSQL Global Development Group\n",
+                 "\nCopyright (c) 2011-2024, PostgreSQL Global Development Group\n",
                         FD_VERSION, FD_PG_VERSION);
 
        printf
index 21a2830d1ba70b380d00b87769af903da30c431a..a836f0142fcd34992ee4613fcfd2d538ee9c640b 100644 (file)
@@ -3,7 +3,7 @@
  *                                formatting heap (data), index and control files.
  *
  * Copyright (c) 2002-2010 Red Hat, Inc.
- * Copyright (c) 2011-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2011-2024, PostgreSQL Global Development Group
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
  * Original Author: Patrick Macdonald <[email protected]>
  */
 
-#define FD_VERSION     "17.0"          /* version ID of pg_filedump */
+#define FD_VERSION     "17.1"          /* version ID of pg_filedump */
 #define FD_PG_VERSION  "PostgreSQL 8.x .. 17.x"                /* PG version it works with */
 
 #include "postgres.h"